I hereby claim:
- I am imajes on github.
- I am imajes (https://keybase.io/imajes) on keybase.
- I have a public key whose fingerprint is BF0D A9F4 956B 955B FC4D 9B2F 12A3 0FC2 9D04 5EF5
To claim this, I am signing this object:
❯ cd Projects/railsdemo | |
DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
DEBUG ARGS: /Users/james/.local/bin/mise hook-env -s zsh | |
DEBUG config: ~/Projects/railsdemo/mise.toml | |
DEBUG config: ~/.config/mise/config.toml | |
DEBUG Version: 2025.8.4 macos-arm64 (2025-08-03) | |
DEBUG ARGS: /Users/james/.local/bin/mise hook-env -s zsh | |
DEBUG config: ~/Projects/railsdemo/mise.toml | |
DEBUG config: ~/.config/mise/config.toml |
#!/usr/bin/env python3 | |
""" | |
process_entries.py | |
Usage: | |
python process_entries.py entries.json > final_output.json | |
Outputs a JSON object with: | |
- assets: { CategoryName: { SubcategoryName: [ …assets… ] } } | |
- taxonomy: [ { id, name, representative_asset_id, preview_image, subcategories: [ … ] } ] |
-- functions and behaviors to control color settings | |
local wezterm = require("wezterm") | |
-- wezterm.gui is not available to the mux server, so take care to | |
-- do something reasonable when this config is evaluated by the mux | |
local function get_appearance() | |
if wezterm.gui then | |
return wezterm.gui.get_appearance() | |
end |
%s=0x%llx | |
KMGTBb | |
"%@" doesn't exist in entry "%@" | |
"%@" is not a valid data criterion | |
"%@" of entry "%@" is class %@ while expecting BOOL<NSNumber> | |
"%@" of entry "%@" is class %@ while expecting NSData | |
"%@" of entry "%@" is class %@ while expecting NSNumber | |
"%@" query failed in internal service! | |
"%@" query failed! | |
"%@" query is not successfully from internal service |
-- new table bloat query | |
-- still needs work; is often off by +/- 20% | |
WITH constants AS ( | |
-- define some constants for sizes of things | |
-- for reference down the query and easy maintenance | |
SELECT current_setting('block_size')::numeric AS bs, 23 AS hdr, 8 AS ma | |
), | |
no_stats AS ( | |
-- screen out table who have attributes | |
-- which dont have stats, such as JSON |
## requires the 'terminal-table' gem | |
RSpec.configure do |config| | |
config.include FactoryBot::Syntax::Methods | |
config.before(:suite) do | |
# prep factory_run tracking | |
FactoryBot::Analytics.track_factories | |
end |
version: '3' | |
networks: | |
int-service-proxy: | |
external: true | |
services: | |
watchtower: | |
container_name: watchtower | |
restart: unless-stopped |
sd |
using UnityEngine; | |
using System.Collections; | |
using System.Web; | |
public class GoogleMap : MonoBehaviour | |
{ | |
IEnumerator _Refresh () | |
{ | |
var url = "http://maps.googleapis.com/maps/api/staticmap"; |
I hereby claim:
To claim this, I am signing this object: