jaimergp

Results 1161 comments of jaimergp

If you are thinking of `conda list` users, not much of a change because in there we need to load everything. But for the `PrefixData` consumers (which includes some bits...

Thank you! I agree and consent to being added.

I think we are all set here @kenodegard

This was fixed in [conda-standalone](https://github.com/conda/conda-standalone/pull/59/files#diff-154d100fefbe9c0b15e5b242436cb0ef067c08b19a70c2b8f25376ec76f33f33R171) earlier this year. The exceptions should be more informative now. Thanks!

FWIW, this is an example of how we use the `SubdirData` API to refresh the local cache for a channel and obtain the path to the JSON file: https://github.com/conda/conda-libmamba-solver/blob/ea420d8c61c338a18613b874f59ebbb42cd741f5/conda_libmamba_solver/index.py#L248-L256 I...

We need to rebase / merge the contents of `main` after the recent merge. Please update @ssurbhi560 :)

Also, make sure we don't overwrite the original `sys.executable` as present in google colab. Check for existence in this line before renaming: https://github.com/conda-incubator/condacolab/pull/38/files#diff-f0c65246b372c57b50f20261e427c9f066c232c42bdf51ec2d78681a0e1b1ed7R333

@soapy1, I was playing with this PR locally and I think we need some more tests because I quickly found one crash (easy fix, see https://github.com/conda/conda/pull/15026). My suggestion is to...

`ensure_update_specs_exist()` should accumulate all invalid specs and report them together all at once. The message should also say _why_ they are not valid (`conda update` only accepts name-only specs that...