Jack Rose
Jack Rose
I just ran into this issue today too, would be fantastic to have an option like this that pre-installed and cached process-compose in CI jobs where it was used. ```yaml...
I think this issue was resolved in https://github.com/jetpack-io/devbox/releases/tag/0.10.0 with the `Alternate Outputs Support` feature. Running `devbox add libyaml --outputs out,dev` will add this to `devbox.json` and then `gem install psych`...
Your suggested syntax looks nicer to me too. Happy with either though - I'd understand if you didn't want to make a breaking change to the syntax. Is implementing this...
Just saw version `0.8.7` was release with a fix. That's working for me thank you! 🙇
This error disappeared for me on `0.8.7` but is back on `0.9-pre` ```sh ❯ export DEVBOX_USE_VERSION=0.9.0-pre ❯ devbox version update ❯ cd my_repo /Users/jack/my_repo/.devbox/gen/scripts/.hooks.fish.sh:10: syntax error: unexpected end of file...
Still getting this error in the `0.9.0` release
> @jay-aye-see-kay Shot in the dark, but... does `rm -rf .devbox` and restarting devbox shell fix it? Unfortunately not
Same here, working as normal again 😄. Thanks!
You can do that with `--pcflags`, but the way it's implemented means you need to pass each "word" separately (might be a bug) i.e. this works for me on `devbox...
Oh nice this is a feature I've been wanting too. Would be very happy to see it add (regardless of naming). A thought on naming `status` implies something that will...