Wolf Vollprecht

Results 1454 comments of Wolf Vollprecht

@Hofer-Julian unfortunately that's the code that would _write_ a package so I think this might be unrelated.

Here is an even smaller one that works easily on macOS: ```toml [project] authors = ["Julian Hofer "] channels = ["conda-forge"] description = "Add a short description here" name =...

We're working on `pixi build` and this would be possible once we have it. When we have it, we would implement a build backend for R packages and pixi should...

@ruben-arts I think you are misunderstanding. If someone is developing on `cudnn` then they don't want that dependency to be overridden by the `pypi` installation. This can be achieved with...

We made big improvements to "clobbering" in rattler. We designate one of the two packages as winner (the one that comes later in a topological sort). The files of the...

Hmm, this should indeed give a clobber warning, and write both versions of the file. I'll have to double check this.

We are currently working on `pixi build` that could simplify this as well :)

Maybe it's something that could be enabled / disabled on the client or request level? I think the storage cost is negligible for 99% of 30x redirects (just a few...

Yeah I checked against conda-build, and you are right. This is not the behavior of conda-build. We'll have to introduce a new variable though that would discern wether the recipe...

Long term we definitely want to move away from `.bat` files anyways ...