Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

Hi, we've recently tried to build the ecl libraries as part of the RoboStack effort (we try to package all of ros-noetic for Linux, OS X and Windows as conda...

`uv` has some nice solver options: - `--exclude-newer` (compare timestamps and exclude packages that were published after some date) - `--override` to override some dependencies (basically a way of locally...

enhancement

Rattler currently writes both sha's, even if they are identical: ```yaml - _path: site-packages/pip/_internal/commands/wheel.py path_type: hardlink sha256: 99b14977876651fad51499106caf27db31f245c0f7008f757fb114a3d9772988 sha256_in_prefix: 99b14977876651fad51499106caf27db31f245c0f7008f757fb114a3d9772988 size_in_bytes: 7396 ``` I think we should write only `sha256`,...

enhancement

Currently we set the code page during activation to `65001` (unicode). I think that setting might persist in the shell. We might want to revert it after activation is done....

enhancement

Should we parse depends and constrains into matchspecs in `IndexJson` or repodata?

I think we should still document more where these come from. I'll try to find more info from @jezdez and co. I would also like to find out if the...

Just a little change to go from `+zst` to `zstd` because that follows conventions more and I used that now in the CEP.

Sometimes, removing a file that was (just) in use fails on Windows. I think it's good practice to add a retry after a few ms or more (we also hit...

The current constructor for the authentication file handler does not return an error e.g. if the JSON is not valid. We should change or add a constructor that also checks,...

Currently, when switching from cpython to pypy, there is an interesting clobber case: For `cpython`, the `python` package contains `bin/python`. When installing `python 3.9.* *pypy*`, the `bin/python` package is in...