Daniel Holth
Daniel Holth
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? Separate shard fetching into three...
### Description Determine whether `conda/conda@main` breaks our tests. We can change the ref to 'main' once we decide it is stable. ### Checklist - did you ... - [x] Add...
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? CI does not pass reliably....
Shards: precompute urljoin(urljoin(base_url, shards_base_url), (shard hash).hex() + ".msgpack.zst")
### What happened? urljoin is not fast. Compute the prefix for all shards so that an individual shard url is prefix + shard hash + ".msgpack.zst" instead of a urljoin()...
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? We should be able to...
`setup-miniconda` adds text to bash-like shell rc's, including `.xonshrc` For `.xonshrc` as created by conda's `initialize.py`, https://github.com/conda/conda/blob/main/conda/core/initialize.py#L1564-L1576 is indented four spaces. But a block inserted by `setup-miniconda` has two spaces...
### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? With the inclusion of `compression.zstd`, we have...
### Description Fix #15461 May need a test; on the other hand, this is what we /implicitly/ do on most platforms. ### Checklist - did you ... - [x] Add...
### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? In https://github.com/conda/conda/pull/15396 @Rich-AM noticed that `repodata.json` could...