Christopher Barber
Christopher Barber
The code has changed enough that this pull request should be closed and do this over. I am definitely in favor of just using `include` and `exclude`. I think we...
To support this we would either need to run `conda config --show custom_channels --json` and parse the output or find the appropriate `.condarc` file (see https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc). I believe that conda...
Note that if you run `conda config` without `--json` then the auth and token portions of the original URL will be omitted, which is probably not what you want, so...
> Worth pointing out that folks should really be using .netrc files for auth as conda will automatically insert the authentication into the URL as appropriate. Good to know. There...
I am interested in working on this some more, but will not have the bandwidth for at least several weeks.
See https://github.com/mkdocstrings/python/issues/27 and the corresponding PR https://github.com/mkdocstrings/python/pull/28 That just solves the problem for python but I expect most users are using the python handler.
I think that `conda env export` is just groveling channels from the packages, so there is no inherent order. Really, `conda env create` should save the channels in the environment's...
Another way this bug can manifest is if you use `conda run` containing an argument starting with `-v` it appears that the base conda command will incorrect attempt to parse...
Neither the libarchive install hacks work for me on my M1. I basically have just given up on using mamba for the last six months rather than spend many more...
I have a relatively new Mac M1 machine and set it up 6 months ago. There is a limit to how many experimental installs I am willing to do to...