Casey Rodarmor

Results 1064 comments of Casey Rodarmor

@starthal Okay nice. Yah, I think maybe this is what we should be recommending. I think when I first opened this issue, I was hopeful we would see a feature-complete...

Added a little documentation in #2526. I think I'm probably inclined to close this issue now, just because I think embedding python would wind up being a huge headache, and...

@starthal I haven't thought too much about it, but yeah, probably a different annotation, or something like `set script-interpreter := builtin`.

Yah I think this is a pretty comprehensive solution, so I'll go ahead and close this. God bless the `uv` developers.

You could do this with a shebang recipe, like so: ``` foo: #!/usr/bin/env bash source script.sh echo $VAR ``` Does that work?

`just --group ` is an option, although I think it would be unfortunate if we added another subcommand for listing recipes, and didn't reuse `--list`, since they would both be...

Can you post a complete justfile, along with the error message you're getting? I want to make sure I understand the problem.

I think `--recursive` is a much better name for the flag than `--list-submodules`. I would do this in two steps, first make `--list-submodules` work with `--groups` to display groups in...

I'm not sure what the use-case is here. Can you provide a concrete use case, with example justfiles?

In order to understand the use-case, I need to see a concrete example, i.e., example justfiles. However, those don't need to be the actual justfiles you are working on, or...