John Lago

Results 107 comments of John Lago

That vim package installed ok for me, so I think it's probably a network issue. We should tweak the error message to explain when this is the case, so that...

@mikenikles Can you share what OS you are encountering this issue on? We've seen some issues with macOS Sonoma, but haven't found a reliable repro

Hello, thanks for reporting. I'm not too familiar with this package or it's use cases, but it seems to be marked [broken](https://github.com/NixOS/nixpkgs/blob/747224bf39576965deed4ec55b255e146815bcc2/pkgs/development/compilers/smlnj/default.nix#L92) on basically every OS/Platform except for Linux aaarch64....

> error: the user '_nixbld1' in the group 'nixbld' does not exist > Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command I think this is related to an...

We're seeing a similar issue with Devbox using our process-compose.yaml for Postgresql: ``` version: "0.5" processes: postgresql: command: "pg_ctl start -o \"-k $PGHOST\"" is_daemon: true shutdown: command: "pg_ctl stop -m...

Related issues #1876 #1429 #971

Spaces in Paths should be fixed as of [Devbox 0.13.1](https://github.com/jetify-com/devbox/releases/tag/0.13.1)

Devbox should handle spaces in paths as of [0.13.1](https://github.com/jetify-com/devbox/releases/tag/0.13.1)

Hey @Tubo, I'm working on recreating this. Do you have an example of the test you're trying to run with pytest that triggers this issue?

One thing that might work is running `devbox add stdenv.cc.cc.lib`, which should add the libstdc++ libraries to your dev environment.