Jack Rose
Jack Rose
I noticed the link on line 844 was broken with a very easy fix, so checked all other external links in this post and found some similar broken links. These...
I saw you had this as a todo and managed to make it work, so I thought I'd share (there's probably a cleaner way of doing this, I just mashed...
## Background I'd like to install shell completions to a custom directory. AFAIK the only way to generate them is with `granted completion --shell ` which saves them to a...
**Is your feature request related to a problem you're trying to solve? Please describe.** Some packages ([mongo 4.4](https://search.nixos.org/packages?channel=23.05&show=mongodb-4_4) for example) don't have working builds for `aarch64-darwin`. MacOS has good support...
Localstack has been rolled back from 3.2.0 to 3.0.0 in latest nixpkgs https://github.com/NixOS/nixpkgs/issues/306848 but both are available on nixhub - `devbox add localstack@latest` will install `3.0.0`, which is good because...
### What happened? Setting `PATH` in a project's `devbox.json#env` will override that setting in made in any plugins. I haven't tested what happens if two plugins try to set `PATH`...
Exciting to see a new tool in this space. ### Use case As a someone interested in this tool I'd like to know about current and planned support for the...
## Description Nodejs@22 isn't showing in the unstable channel anymore, but it's still supported until mid-2027. Here is the search url: https://search.nixos.org/packages?channel=unstable&query=nodejs+22 And screen shots in case it changes over...
### What happened? Using the `--process-compose-file` flag to merge configurations fails, if no merging config this doesn't seem to be an issue ``` ❯ devbox services up --process-compose-file process-compose.extras.yaml Info:...
## Summary Using the `--process-compose-file` flag to merge configurations fails with `FTL error="project /Users/jack/code/my-porject/process-compose.yaml is already specified in files to load"` See #2700 for details ## How was it tested?...