devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Results 5 devbox issues
Sort by recently updated
recently updated
newest added

Python auto-detects the default string encoding based on several environment variables: ``` LANG=C.UTF-8 LC_CTYPE=en_US.UTF-8 ``` These are set by default in shells Devbox, and thus the encoding used by default...

Even with --new-instance the old instance will be reused if it's not currently running. The flag only works when the old instance is already running.

Files passed as `--setup-file` are run as root by the `DevboxSetupAgent`. This causes a problem for `.databricks/cache` where certificates are stored, as several scripts expect to be able to write...

This is the only thing that prevents concurrent use, so although multiple concurrent devboxes is a bit unusual, it should be easy enough to make the port configurable to allow...

If a file is in .gitignore, but still in the git index, it is synced only in the initial scan. If the file appears later, such as after a git...

bug