Wolf Vollprecht

Results 1457 comments of Wolf Vollprecht

@jdblischak thanks! About your last point - I think that might be related to the Windows file system just being slower? Although I am not sure how that maps to...

Hi @tringenbach and welcome to the Conda ecosystem & Pixi! Indeed, cross-compiling is a very interesting topic, and not yet widely explored with pixi itself. As you might know, there...

Hi @tringenbach and @ashirsch, let me illustrate how cross-compilation would work with the current CMake build backend and the cpp-sdl example: ```toml [package] authors = ["Bas Zalmstra "] description =...

I think we could start with recipe generation for some practice of writing Python bindings. For now, they could return a String to Python. We could then move on to...

yeah so we changed the location of the extraction to respect the `Content-Disposition` header (in the source cache). However, we do not store that information anywhere and thus the mapping...

Benefits: updating snapshots is really easy and nice. Adding snapshot tests is also trivial. Downside: the tests that I converted here are now more verbose.

I think it would be even better to fix our tarball extraction code to deal with symlinks on Windows (either ignore them, extract them, or copy the file). Would be...

Thanks for the bug report! Can you add some information what your build script is trying to do / execute? Maybe some binaries are missing (e.g. even `ls` might not...

I just had a quikc look and it looks like `patch` is not part of your build requirements but you are trying to execute it in the script?

If you add `bash` itself to your build requirements or try to add the path to bash as a `read-execute` path?