Casey Rodarmor

Results 1064 comments of Casey Rodarmor

I think the easiest way to do this is to add a `doc` attribute, which allows using an expression as the doc comment: ```just [doc("Run the primary CI test (PostgreSQL...

That looks very promising. If it's possible to do it without an action, that would be a little better. I wouldn't want to use an action if it's only a...

@lucabello Thank you for the offer! Ubuntu 24.04 and later, as well as Debian 13 (unreleased) both have `just` in their normal package repositories, so you can `apt install just`....

I think probably using the `pypi` package is best. Another option is always to build it from source using `cargo`, which will guarantee you always have access to the latest...

@lucabello I'd normally be a bit hesitant to transfer a package that I used to maintain to someone else, for fear that the new maintainer might do something nefarious. But...

Love this idea! I think calling it `just --tree` would be good, similar to the CLI `tree` command that prints a directory tree.

Oh sorry, I missed that part. Yeah, I think that displaying dependencies which are called inside recipes is not possible.

This is definitely desirable, but I don't know how to make it work well enough to be comfortable landing it. For example, if you want to override some flags, then...

Closing in favor of #2473, where I tried to collect everything related to signals in one place. `just` should not touch `SIGUSR1` or `SIGINFO` (generated by CTRL-T) at all, so...