devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
devbox shell cannot find the userid and groups and group names on a Linux VDI that uses LDAP for IAM
### What happened? When I run ```devbox shell``` in an initialized directory, the output shows a list of groups for which it cannot find the names of the group. The...
### What happened? Found strange behavior when running VS Code via `code.` in the devbox shell. In each new VS Code window when opening the integrated terminal, it will launch...
### Package name [email protected] ### What changes are you requesting? ```shell $ DEVBOX_DEBUG=1 devbox global add difftastic 2024/06/03 22:41:30 findProjectDir: path is 2024/06/03 22:41:30 finding devbox config in dir: /Users/tobi...
### What problem are you trying to solve? The Dockerfile generated by the command `devbox generate dockerfile` has a super slow startup. The first invocation of `devbox shell` seems to...
### Package name protobufjs-cli ### Nix package link _No response_ ### Software https://github.com/protobufjs/protobuf.js https://www.npmjs.com/package/protobufjs https://www.npmjs.com/package/protobufjs-cli
### What happened? ## Problem Description This issue arises when: 1. A project is configured to use Jetify Secrets 2. The user is not logged in 3. The user attempts...
### What problem are you trying to solve? Not really a problem, but it'd be a nice addition to see which global packages are outdated. Both at a project and...
### What problem are you trying to solve? I tried using the postgres plugin, but I was unable to start the postgres server as I was already running another postgres...
### What happened? ``` ➜ devbox shell Starting a devbox shell... You can activate the virtual environment by running '. $VENV_DIR/bin/activate' (for fish shell, replace '.' with 'source') ➜ which...