nichmor

Results 31 issues of nichmor

High overview of this integration: * `conda_build_tool` from conda-forge now support `rattler-build` tool. If recipe.yaml is present when running `conda-smithy init` it will populate the new `conda-forge.yaml` with { 'conda_build_tool':...

Checklist * [ ] Added a ``news`` entry

pixi will print a warning, if for some reason a conda package was mapped wrong and we reinstall it again but as a pypi package. Example: using this custom mapping...

Closes: #710 - We add additional compressed mapping https://github.com/prefix-dev/parselmouth/blob/main/files/compressed_mapping.json, where we will store conda_name to optional pypi_name. Example: pandoc: null - this means that we know for sure that it...

### Problem description Similar how `pixi shell` can alter your PS1 I think it would be great to allow `pixi shell-hook` to change PS1. We can have the same `--change-ps1`...

enhancement
good first issue

### 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
:snake: pypi
uv

### Problem description Similar with #749 I think it would be nice to have something like `pixi clean cache` to remove cached pkgs for testing purposes

enhancement

### Problem description Using polarify example: ```toml [feature.py39.dependencies] python = "3.9.*" [feature.py310.dependencies] python = "3.10.*" [feature.pl017.dependencies] polars = "0.17.*" [feature.pl018.dependencies] polars = "0.18.*" ``` and ```toml [environments] pl017 = ["pl017",...

enhancement
needs-decision

### 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