Wolf Vollprecht

Results 1454 comments of Wolf Vollprecht

I think yes to all three, although I am most unsure about whether other permissions might matter. BUt I think read and read-write shoudl anyways be controlled by user settings,...

Hi @Dagmar-Dinjens - I think it would be great to pick this up, yes! We could start with an experimental support in our paths.json struct (optional fields that are not...

Is a small buffer really better for small files? Becasue we have to allocate less? I was thinking that it would be equally fast but the drawback is more memory...

Hi @kratsg - things usually work by using `-m .ci_support/osx_arm64_.yaml` or similar files, which define the `c_stdlib` / `c_stdlib_version` variant values.

They are available on staged-recipes. The `pixi.toml` that is part of staged recipes should have a task that does the correct thing to build locally afaik, too!

Yeah that's unfortunate, and something we have to fix. Let me make an issue for it! You can do the same from a regular build btw. and just use the...

Does this `/tmp/uv-b9565ec841d85410.lock` file still exist, and can you remove it? Did you use `sudo` at some point?

I think moving this configuration to the `rattler` crate and having a way to extend it with pixi specific configuration options would be good in the long run. Things like...

Something that we might want to think about is that this does not solve the case for e.g. `CMake` or `Meson` that both have `${MESON_ARGS}` or `${CMAKE_ARGS}` defined in their...

We could still add the `env` function, e.g.: ``` script: - cmake ${{ env("CMAKE_ARGS") }} . - ninja install ```