Casey Rodarmor

Results 1064 comments of Casey Rodarmor

BTW, are you the Davo that I know IRL?

Just re-ran the checks, it looks like the missing symbol errors are gone, but there are a few more issues.

This looks a little stale, so I'm going to convert it to a draft.

This is pretty stale, so closing. See #2473, where I try to get to the bottom, once and for all, of `just`'s current signal handling behavior.

I think this would be pretty reasonable. Syntax TBH, but I don't see why not.

Currently, just uses a maximum line width of 30. If a recipe plus arguments is longer than 30 characters, just won't take it into consideration when aligning doc comments. This...

I'd be totally fine with making it configurable. It just takes adding a new argument to `config.rs`, where it can also be made configurable with an environment variable at the...

I think this would be reasonable to support. It should be easy to perform`~` and possibly variable expansion `$FOO` in the argument to `dotenv-path`.

It would definitely be nice to improve autocompletion here, probably with type hints which say things like "this argument is a path". Improving autocompletion probably won't happen until clap adds...

I'm really hesitant to add explicit support for this to `just`. My experience with completion scripts has been that they're hard to write, hard to test, and break mysteriously, so...