Jonas Haag

Results 800 comments of Jonas Haag

Do I understand correctly your scenario: you have some channels that have broken packages. Conda-forge is not broken though. If you explicitly select Conda-forge as the install channel you want...

Can you please try running the command with `-vv` and check/post some of the curl output

LGTM, IIUC before this change we had no guarantees for order because it used an unordered map

We should add a test that ensures explicit files have topological order. It seems like this isn't covered yet!

I‘m on mobile so pardon the short response: IIUC there are 3 scenarios: 1. Local cache is up to date (has etag/whatever that’s recent enough) — no download 2. Local...

Yes essentially the HTTP cache headers say: don‘t check for changes in the next X seconds. Eg for conda-forge that would be something like 20 minutes because that‘s the frequency...

Try this as a benchmark `curl https://conda.anaconda.org/bioconda/noarch/repodata.json >/dev/null`

Hm, interesting. I think Mamba doesn't download the `bz2` but the "uncompressed" one (which uses HTTP gzip compression). And the 3.6 MiB file is too small for benchmarking. But the...

> It could be that the gzip compression takes time on the server! I don't think so, it's very likely pre-compressed