Ruben Arts
Ruben Arts
**Describe the solution you'd like** I would like to use `git-cliff` in a GitHub action that runs after every merged PR. Updating the `[unreleased]` section. My initial instinct was that...
We wanted to use the latest version of the image of your black. But that image is running 19.3b0 which is not the latest version when u install black locally....
We're looking to bolster the robustness of our Rattler's matchspec implementation, particularly in the area of input parsing. While we currently have some testing mechanisms in place, we'd like to...
Fixes #289 Adds: ``` pixi run --isolated xxx ``` ```toml [tasks] isolated-task = {cmd = "/usr/bin/env", isolated = true} ```
Fixes: #997 ### Todo: - [x] Fix tests - [x] Add warning on already local to project installed environments - [x] Add documentation - [x] Add symlink from target directory...
Figuring out which issues are the most important is hard for an open source project. **The best way to measure this is by tracking the :+1: on a issue.** So...
### Problem description It would be nice for the users to add source dependencies from the command line. Like `pip` and `uv` do. e.g.: ``` pixi add --pypi "SomeProject@git+https://git.repo/[email protected]" pixi...
Not sure about this addition. Would expect it to be a lot smarter but now it just sets simple environment variables. I would expect it to expand variables if you...
### Problem description Currently a user is getting an error if the "default" system requirements are not sufficient for the dependency that they try to install. This is done regardless...
Initial proposal Includes - `pixi clean` cleans environments - `pixi clean -e prod` cleans a environment - `pixi clean cache` cleans cache dir - `pixi clean cache --conda/--pypi` cleans a...