Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

I was thinking that it might be good to add a "rattler-version" file to the environment. That way we can track compatibility changes in the future. E.g. I proposed to...

enhancement
needs-design

The `ncurses` package contains two files that share the same name in different capitalizations (at least on Linux). Users using docker on macOS have a problem (https://github.com/prefix-dev/pixi/discussions/594#discussioncomment-7951695) because linking fails....

needs-design

Potentially win-32 is missing, too. Or we have a fat binary that supports both 64- and 32bit.

help wanted
good first issue

In order to keep maximum performance we might want to chekc why the behavior is different between linux & macOS and not do the permission adjustment when reflinking on macOS.

help wanted
good first issue

I rebased the PR and removed some more conda-forge repodata.json's that are really large. Instead we download them

In the `IndexJson` struct we could parse `platform` (or rather the `subdir` field) into the Platform enum (with an escape hatch for `Platform::Other(String)` I would argue. Similarly I would say...

This adds some completion for arguments after the task. For example ``` pixi run git chec # completes to `checkout` pixi run foo ./my-fi # completes to a filename (e.g....

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...

bug
good first issue
pypi

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...

bug

Just tried this. Looks like it kinda works? - For lockfile validation I am not sure yet. Maybe we can store the requested URL somehow?