Christopher Rowley

Results 471 comments of Christopher Rowley

The same for the add commands would be nice, but these lists might be hard to get. Looks like the conda repodata is stored in `CONDA_ROOT/pkgs/cache/*.json`, so we could parse...

slightly related to #114 - in that there are various overrides going in CondaPkg.toml or Preferences.toml files

I've been wondering about ways to allow the user to modify the channels used (e.g. specifying the priority, or a whitelist or blacklist). The `--override-channels` flag is there to ensure...

I'm not sure how to mark an environment as frozen. Perhaps just set an env var `JULIA_CONDAPKG_FROZEN=true`, and check for this in `resolve()`?

I'm OK with adding a function that returns a `Dict{Symbol,Any}` instead but the name `get_all_prefs` is too general - it's not clear how it's different from `get_all`. Perhaps you could...

@mkitti Thanks! Looks good. However the tests are failing on Windows for some mysterious reason that seems irrelevant to this PR (#137), I'm assuming it's a bug in micromamba. Can...

Indeed it's not currently supported - but would be fairly easy to add.

I just added this today - a release is coming out now.