devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Instant, easy, and predictable development environments

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

### What problem are you trying to solve? I want to be able to create docker images that are deterministic and reduce the amount of layers that need to be...

feature
triage

**Current Behavior (bug)** Since updating to 0.8.6 this morning, I'm now getting: ``` /Users/jason/workspace/local-ops/.devbox/gen/scripts/.hooks.sh:15: syntax error: unexpected end of file ``` I'm using Fish as my shell. This is consistent...

bug

### What happened? I tried the mariadb example per instructions and couldn’t get the db to connect. I only decided to try this because a devbox I had working with...

bug
triage

## Summary I'm unsure if this PR is necessary, given the following: - Many links and references are within a code block. Markdown does not properly pick up the variable...

EDIT by @savil: we resolved the immediate bug via being able to add `stdenv.cc.cc.lib`. However, the developer-UX here could be improved and this task is now tracking that: - we...

bug
python
linux
linker
aarch64

**Current Behavior (bug)** When running a Playwright test, browsers won’t run at all. Instead, tests immediately fail with this error message: ``` Running 2 tests using 1 worker 1) [chromium]...

bug
javascript
linux
linker
aarch64

**Current Behavior (bug)** To reproduce, run these commands: ```bash foo() { echo foo; } export -f foo devbox shell ``` This error appears: ``` bash: export: `BASH_FUNC_foo%%=() { echo foo}':...

bug

### What problem are you trying to solve? We run devbox in nixos through nixpkgs. And when new versions are released the new version doesn’t show in nixpkgs. So someone...

feature
triage

### What problem are you trying to solve? I have a lot of projects with very similar `devbox.json` files. i'm wondering what ideas people have for keeping them synchronized? my...

feature
triage

### What happened? first of all: love this project, it's like makefile but not in the 1900's. however, i noticed it takes ~4X longer to start devbox shells and run...

bug
triage