Ivan Trubach

Results 47 comments of Ivan Trubach

You can pass multiple packages to `go test` too. ``` go test $(go work edit -json | jq -c -r '[.Use[].DiskPath] | map_values("./" + . + "/...")[]') ``` If you...

Yes, this is still relevant. cc @DiegoRBaquero

Thanks for pointing that out. Looks like the `drv` was not allowed before for a reason (see below), but the check is out of date now 😅 https://github.com/NixOS/nix/blob/d329c3ea9dde17a665b32a1716d02eb13627826d/src/libexpr/primops.cc#L522-L528 Notice line...

Force-pushed to fix issues reported by `ruff`.

>Why not just create or symlink to `/usr/bin/env`? In general, only build directory is writable in sandbox, and a limited set of host directories is readable. While it should be...

@cclauss, hi, are there any updates on this issue? I’d like to move forward with https://github.com/NixOS/nixpkgs/issues/261820 and https://github.com/NixOS/nixpkgs/pull/262124, and ideally I don’t want to apply this patch without getting it...

@cclauss @legendecas, thanks for taking a look at this, can you please explain what concerns do you have with this change? I understand that we can disable/relax sandbox to a...

Yes, but I don't think the existing code base handles that well too. Some of the formatting arguments should be using `shlex.quote`, but they are not. I think it would...

>I hesitate because the assumption is correct for the vast majority of our Mac users and the others can use the --python option. […] I don’t think node-gyp currently rewrites...