jaimergp

Results 1520 comments of jaimergp

We have merged all the PRs for approved CEPs, from now on it's a matter of voting on the open CEPs and adding them here as needed. Updated the issue...

I am thinking of setting up a small, ephemeral review delegate team for this batch effort. We can summon the SC to pass on the authority to the delegate committee,...

"Technically" solvers are theoretically faster because the solution space is smaller with sharded repodata (and it takes less time for libmamba to load a smaller JSON). But "measurably" is a...

FWIW, this is implemented in libmamba 2.x as a warning: https://github.com/mamba-org/mamba/blob/a10a532fd810453d337547f35b43abe78aee5053/libmamba/src/core/package_database_loader.cpp#L117-L127

@msarahan, as I understand it, you were the main author of the `.conda` format. If that's true, would you like to be listed as a coauthor here? 🙏

> can we use your tool to run a query for the names of all *.dll and *.lib files in the conda-forge universe? The sqlite dumps are downloadable for this...

This will be possible once we close https://github.com/conda/conda/issues/13833. Monitor that one for updates!

> If I was an intentionally malicious plugin, wouldn't I just monkeypatch out the validation function? I was mostly concerned about preventing accidental breakages.