Wolf Vollprecht
Wolf Vollprecht
Since environments link to files from a central package cache, we need a mechanism to clean that cache from time to time. For that, it would be great to register...
I think currently the files in the cache aren't updated if a package with the same name (but different hash) is requested. Happens mostly when building new packages locally :)
I have a situation with pixi where the missing pyc compilation is a problem and finally debugged it. When updating the lockfile for `jupyterlab` (with pixi) it installs `isoduration`. When...
Should we either create a `Channel` type that we can use in `RepoDataRecord` and store it or a smart pointer to a shared / cached channel? Or should we type...
I wonder if we should parse the contents of RunExportsJson as `Vec`? The only issue I have is that we can't guarantee roundtrip parsing (e.g. I think the output of...
When installing `numpy` on macOS ARM64, the new libsolv implementation picks `libgfortran5-12.2.0-h0eea778_32`. Conda and mamba choose `libgfortran5-12.3.0-ha3a6a3e_0`. I wonder if that has to do with `libgfortran-5.0.0-12_3_0_hd922786_0` vs. `libgfortran-5.0.0-12_2_0_hd922786_32`. If we...
I think `xonsh` is currently not properly detected, because it appears as some `python ... -m xonsh` process or similar. We should see if we can make the detection more...
In some discussion I heard that Cargo tries to resolve against the earliest versions of all the specs to verify that the lower bounds are correct. I think that could...
After the CEP is through, we should consider adding `purls` to the index json.