John Lago
John Lago
# 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...
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.
## Current State Adding language support in both Shell and Docker Builds can only be done by the Devbox core team. This limits the speed at which we can add...
## Current State Right now, Devbox only supports installing packages from it's hard-coded `nix-channel` (set to a specific SHA of the unstable channel). This limits the packages a developer can...
## Current State Devbox does not let you specify a specific version of a package that you want to use. This means that the Devbox will only install the version...
## Current State Right now, if Developer A shares a `devbox.json` with Developer B, Developer B may get different packages installed when they run `devbox shell`. This can happen when...