Casey Rodarmor

Results 585 issues of Casey Rodarmor

In #4424, we added attributes, which can be present in a top-level inscription's structured properties metadata, and on each gallery item. The only current member of the `attributes` struct is...

Once Bitcoin Core 30 has sufficient adoption, we can relax the 83 byte OP_RETURN limit on runestones.

The home page, route `/` with the heading "Latest Inscriptions" doesn't have pagination, but should. It should have prev and next buttons, and go to `/latest/`.

This is just a draft PR. I'd like to make this more comprehensive: - Assign unique luck scores to each digit, not just four and eight. Will require a consultation...

To hide them from `--list`.

Disabled in #2970 since it isn't maintained and started erroring with a new version of `mdbook`. There is an [mdbook-linkcheck2](https://github.com/marxin/mdbook-linkcheck2), but it doesn't seem super widely used, so lets wait...

Various tests call external binaries including `echo`, `cat`, and `sh`. I'd like to extend Just to work on windows without requiring an installation of cygwin or git-bash, so these dependencies...

reform

In #572, I'll be landing a `--completions` flag to make `just` output completion scripts for various shells. However, these completion scripts should also allow completing recipe names (like `build` or...

enhancement
good first issue

From https://github.com/casey/just/pull/2886#issuecomment-3448010454: > gcc-loongarch64-linux-gnu is a metapackage that points to a specific version of GCC, e.g., in Ubuntu 24.10/25.04, it points to gcc-14 loongarch64-linux-gnu. However, the latest Ubuntu version of...

We have `@` and `-` sigils which control linewise recipe execution. I thought that we could consider having a "guard" sigil which indicates that an error on a particular line...