devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Instant, easy, and predictable development environments

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

Here is what I came up with: ```bash #!/usr/bin/env bash direnv_load devbox shell -- direnv dump watch_file devbox.json ``` Thanks to this, as soon as I cd inside my project...

docs
feature

## Summary Increase the CI test timeout and reenable the end-to-end shell tests. Also print some extra information when the workflow is rerun with debugging enabled. ## How was it...

```sh brew install devbox ```

feature

# Current State Developers may want to run their devbox shell on a remote instance or machine, in order to test their shell on a specific architecture, or to have...

feature
rfc

## Current State Currently developers do not have an easy way to start multiple processes in the background when starting their devbox shell. While this can be done manually by...

feature
rfc

## Summary Add Build support and basic shell support for Elixir projects. Added this mostly as a learning exercise so I can write a short guide to creating planners in...

In my opinion, updating devbox automatically adds an additional attack surface. In theory, this could allow arbitrary code execution, if the repository or its author accounts are compromised. I am...

if I change the name of `devbox.json` to something else then `devbox shell` throws an error: ``` Error: open devbox.json: no such file or directory Usage: devbox shell [] [flags]...

feature

The Dockerfile that we are generating appears to be incompatible with Podman, because we are using features that are only supported by Docker. Some issues we've encountered: - [ ]...

bug

Add docs and a blog post demonstrating how to create a Planner using the PlanSDK in devbox.

docs