Daniel Holth
Daniel Holth
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? On a successful conda test run like...
### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/non-standard-certs.html and https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/disable-ssl-verification.html have a visible place...
### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? https://github.com/conda/ceps/pull/75 describes a format where...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? Depending on the server config, users might...
I tried pickling some tags and evaluating them in a different interpreter, and `tag1 != tag2` even though `str(tag1) == str(tag2)`. Is this intentional?
Fix #859 Might be nice to omit `_hash` from `__getstate__` and create a `_cache_hash()` function.
`Unhandled rejection: UnknownError: Unable to open cursor` Add a row: it works.
The anaconda client is noticeably slower in 1.13.0 compared to 1.11.0 ``` (conda-build) dholth@MacBookPro conda-pupa % time /Users/dholth/miniconda3/envs/conda/bin/anaconda -V anaconda Command line client (version 1.11.0) /Users/dholth/miniconda3/envs/conda/bin/anaconda -V 0.17s user 0.07s...
### Description Workers for sqlite3 cache retrieval, network retrieval. While shard traversal is happening, workers continuously empty queue of shards to fetch; try to fetch those shards in as large...
### Description Is nicer and can't run methods that don't begin with `shortest_` Also include `CondaSession()` skip, possibly other simple changes. ### Checklist - did you ... - [x] Add...