Wouter Vanden Hove

Results 76 comments of Wouter Vanden Hove

@BoolPurist what is blocking this PR https://github.com/casey/just/pull/2376? This issue was tagged as "good first issue", but implementation is more complicated then expected?

I was going to open a new issue, but I'll add it here: Starting from a pyproject.toml we can create the venv via "uv sync". How can we seed this...

"The comment is associated with the dependency" This assumption holds for inline comments, but holds 50% for non-inline comments. I'm OK with removing the inline comments, but I would dislike...

>I suspect we should remove the comments if we're removing the last dependency in the list. agreed

You can do an optional import in the main justfile: ``` import? '.localljustfile' ``` Personally I would like to avoid hardcoded filenames, and support all *.justfile in one or more...

have you seen this: https://just.systems/man/en/global-and-user-justfiles.html ``` just --global-justfile ```