Willie Möller
Willie Möller
The proto TOML files are so easy to write that there might not be that much value in creating a generator, but if someone wants to do it, it might...
For reference, this is the spec for [proto](https://github.com/aquaproj/aqua-registry/tree/d99fe8608fb04be059df16d7653d18f258bcb584/pkgs/moonrepo/proto) on the Aqua Registry.
@milesj Can I close this feature request as not planned?
@milesj Yes, that approach does sound very promising! In short, a WASM plugin ("scoop") that knows how to process scoop manifests. The default would then use the "main" bucket of...
[WslLogs-2025-05-28_13-53-59.zip](https://github.com/user-attachments/files/20495010/WslLogs-2025-05-28_13-53-59.zip)
Thanks for clarifying. That makes sense. It happened a few times again, but it is probably related to what you are saying. Feel free to close the issue.
Does this command work? ```bash XDG_RUNTIME_DIR=/tmp just bash-test ```
> Can you explain a concrete example of why you would not want a version bump on scope-a vs scope-b, and you could not use `chore(scope-a): ...` to achieve the...
Here is an example of an issue I'm currently facing: ```bash svu next --tag.pattern "my-go-cli@[0-9]*" --tag.prefix "my-go-cli@" found minor change: 0df41a9982ebe880691030758a65785a12719a32 feat(my-node-cli): new ui experience [email protected] ``` In this case,...
@djgilcrease That is more or less how I am doing it already, and I can confirm that doesn't solve the issue for me, I still get commits contributing that shouldn't...