devbox
devbox copied to clipboard
Instant, easy, and predictable development environments
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...
## 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...
# 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...
## 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...
## 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]...
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: - [ ]...
Add docs and a blog post demonstrating how to create a Planner using the PlanSDK in devbox.