John Lago

Results 107 comments of John Lago

Hey @sealor, thank you for requesting this! Can you share some more details about the tool or usecase that requires a Linux FHS w/ Devbox? This would help us prioritize...

Yes, this field is now deprecated since you can specify the version of a package that you want directly (e.g., `devbox add [email protected]`)

Adding the scripts to begin with. I'm not sure these are ideal for deploys the more I look at them though, the Stack examples are pretty heavy.

Closing in favor of the examples org

I'm having trouble reproducing this exactly, but here are a few suggestions that I think will help: 1. It looks like the libuuid.so1 file is bundled with the `dev` output...

Here is an example devbox.json that I got to work on https://devbox.sh: https://github.com/Lagoja/node-canvas/blob/main/devbox.json ``` { "$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/0.10.1/.schema/devbox.schema.json", "packages": { "libuuid": { "version": "latest", "outputs": ["lib"] }, "nodejs": "20.11", "pkg-config": "latest",...

Is the `devbox.json` in this formatted correctly? It should be something like ``` "packages": [ "path:../ReadCSVWriteRealTime/", "path:../WriteInputCSV/", "path:../ReadRealTimeWriteCSV/", "dos2unix@latest" ], ``` The error message is saying that it can't find...

I think this is related to #2031 -- the global PYTHONPATH is somehow getting set, which is breaking the isolation between individual python packages.

This is really cool! Feels like having this script as an option or plugin for Devbox Global would be really useful, and could help developers really migrate to Devbox Global...

We've moved our process-compose installer to use the version of process-compose in Nixpkgs. This means we can install process-compose from the official Nix cache, which significantly reduces the installation time...