Ben Mares

Results 674 comments of Ben Mares

I believe @theorashid is suggesting to use Hatch to define the canonical form of all the testing and linting commands, so that you can run `hatch run dev:test` to run...

Thanks for sharing about the matrix feature. I didn't know about that, and it seems pretty useful. I would have done that with pixi, but that would require me to...

No worries, and thanks for dealing with the awful Windows issues. I opted to install the prerelease from conda-forge since I only need this for a private project. To save...

Now blocked on https://github.com/mamba-org/mamba/issues/3576

> I just don't want to add conda-lock as a dependency to grayskull. Definitely! :joy: For example, one sane option would be to simply vendor the particular `lookup` module from...

Let's have a quick contest between grayskull vs conda-lock vs parselmouth. I'm going to take the top 5000 PyPI downloads from today and yesterday, as per BigQuery: ```sql SELECT file.project...

Grayskull was pretty messy to figure out since the logic is stretched between multiple places, but I eventually came up with ```python from grayskull.strategy.pypi import ( Configuration, merge_requires_dist, normalize_requirements_list, )...

The full result | | package_name | downloads | conda_lock | parselmouth | grayskull | | ---: | :------------------------------------------- | --------: | :------------------------------------------- | :------------------------------------ | :------------------------------------------- | | 66...

I am likely wrong about some of these, so corrections are much appreciated! - `tzdata` > End users should generally not need to use this package directly and should use...

> My takeaway is that both Grayskull and conda-lock have a lot of room for improvement. Also they are failing for different reasons, so I think that unifying the efforts...