Wolf Vollprecht
Wolf Vollprecht
This is a starting point for a tiered cache where one could have multiple package caches, where some of the lower ones might be read-only. A challenge is that we...
I think it would be good to stop the weird channel parsing in matchspecs because it's subtly wrong. We always create a "default" channel config. However, now we have two...
@baszalmstra I refactored things to use the URLWithSlash in the mirror. Unfortunately, that type currently lives in `rattler_conda_types`. I need it in `rattler_networking` though. They both currently don't have a...
This is the initial CEP of what we are proposing to use as a predicate in the Conda ecosystem when signing packages.
This defines new repodata with two additional fields and a modfied matchspec syntax: - extra (optional) dependency sets that can be activated by the user or other packages - conditional...
This starts the definition for the new `cache` output in v1 recipes. One can try the cache with `--experimental` in `rattler-build`. The documentation can be found here: https://prefix-dev.github.io/rattler-build/latest/multiple_output_cache/
A user of `pixi` reported that piping stdin into `deno_task_shell` has an issue (https://github.com/prefix-dev/pixi/issues/3462) I created the folling reproducer: ```rust use std::env; use std::collections::HashMap; use anyhow::{Context, Result}; use tokio; #[tokio::main]...
I was wondering if there is already support for type safe equality. I think: ``` {{ item.href == "/index" }} # works fine {{ item.href == 5 }} # always...
Checklist - [ ] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [ ] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [...
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? We've been trying to package...