Daniel Holth

Results 97 issues of 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...

type::feature
source::contributor

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

cla-signed

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

type::feature
source::contributor

### 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()...

type::bug

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

type::feature

`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...

type::feature

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

cla-signed

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

type::bug
source::contributor