Greg Curtis
Greg Curtis
I feel like adding a symlink would be kind of hacky. Why do we not just want to change the `prog` parameter or change `sys.argv[0]`? I've noticed that this is...
Actually, it looks like we can do `exec -a 'clusterrunner' ...`. That's probably the correct fix.
Hi @dorfire, thanks for the feedback. I have some questions about this issue. 1. Do you know of a way to fix this without making any breaking changes? If not,...
Hi @paapfly, can you confirm that you're passing in these fields in through the `fields` parameters? They're not returned by the API by default.
The hook runs in the devbox shell, so it'll always be set. Devbox itself doesn't do anything with the `DEVBOX_NO_PROMPT` environment variable. It serves more as an example of how...
I'm going to hold off on merging this until the next release. I want to add the shell hint that also informs the user of `devbox init -fix` and have...
Yeah, that check for `DEVBOX_NO_PROMPT` is in devbox.json. It gets added to all new devbox.json files or if the user runs `devbox init -fix prompt` on an existing one. We...
@loreto they were broken for the same reason as #216. Looks like #218 should fix it again.
@savil it's failing for a different reason now (it hangs in the bash test). Still trying to debug why.
It's definitely possible. Devbox starts a new shell with a (mostly) empty environment for isolation. It should still source your shell's rc file like normal, but any variables set elsewhere...