Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

### Description - [x] If I have added a new page to `learn/` or `community/`, I have added it to the corresponding `_sidebar.json` file.

I ran into some problems with packages such as `nokogiri` and flags like `CFLAGS=-isystem /foo`. The packages run something like `append_cflags(ENV["CFLAGS"].split) unless ENV["CFLAGS"].nil?`. This fails because the `/foo` would be...

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? zip_keys are a list of lists. However,...

type::bug

We want to bring Conda packages up to modern standards and implement features such as package signing via Sigstore. For this purpose we want to start a Conda Security Subteam....

### Problem description We have been discussing in https://github.com/prefix-dev/pixi/pull/944 to add a `server` and `default_server` option. These would be used to override the `conda.anaconda.org` namespace server. The default_server would be...

:sparkles: enhancement
:wave: good first issue
conda
:spiral_notepad: configuration

We should implement a watch-hook or something so that `pixi shell` restarts anytime the lockfile/environment changes. The problem is that new packages might need to run activation scripts, and the...

:sparkles: enhancement

### Problem description Environment activation can be slow especially on windows. This could make `pixi run echo hello` take seconds in some scenarios. We already have `task` caching and we...

:sparkles: enhancement
:fast_forward: performance

This fixes an issue where if you install `zlib=1.2` and then update to `zlib=1.3` all files were detected as "clobbered". This made changes really slow (e.g. when changing the version...

Just a periodic update of everything. Going to test the incompatible updates as well.

macOS has weird behavior with the `SYSTEM_VERSION_COMPAT` env var. When it is set to `1` the plist file with the system version reports 10.x. When it is 0 it reports...