-
We have a Makefile and a justfile which are redundant, and some of the recipes are broken (e.g. `make pip-compile`). It's a bit of a maintenance problem as well as unclear during onboarding which is t…
-
I have trouble integrating uv with nox.
Here is what I would like to work:
```python
nox.options.default_venv_backend = "uv|virtualenv"
@nox.session
def lint(session: nox.Session) -> None:
…
-
Maybe as a pre-commit hook, or a VS Code extension, or the justfile..? Something to do it automatically. Maybe we can brainstorm here how we want that to work.
-
In order to create re-usable toplevel justfiles, I started to split them up per command/tool in a .just-subfolder
For the moment I need to import them file by file and hardcoded each filename:
`…
-
### Type of feature
🍕 Feature
### Current behavior
It's unknown how well supported the pizza-cli would be on windows.
We don't explicitly release artifacts for it, but in theory, someone could g…
jpmcb updated
1 month ago
-
using nixpkgs' just version 1.35.0, `just -g ` wont autocomplete any targets even if my justfile is just
```
golden-test:
nix run .#fastbuild.golden-test
```
I would expect pressing the tabula…
-
Given the existence of the (unstable) `--dump` flag, it seems a lot of the work has been done to get a Justfile into JSON format. Is there a plan to finish the bridge both ways? (i.e. from JSON back t…
-
Add a justfile (https://github.com/casey/just) to "shortcut" common recipes.
Ideally I want to be able to do
```
just valgrind
```
And have it be equivalent
```
valgrind target/debug/nabu
…
-
I was hoping to write something that ran the recipes in a justfile in order (lots of individual set up steps to bootstrap a new machine). I can use `just --summary --unsorted`, but it would be cleaner…
-
Justfile is for tasks, and Zed has this task system that automatically lists some tasks based on current context.
For example for rust extension (rust not exactly an extension yet) provides some ta…