Ben Mares

Results 675 comments of Ben Mares

Could you perhaps edit the title to something like > Implement `conda-lock install --category`

Thanks @nikaro, I just now got around to trying this out. My experience is that it was going very slowly during the initial install. My suspicion is that pre-commit was...

Woah, thanks a lot @marcelotrevisani for the advice and quick response! Not sure when I'll be able to make a second pass at this. Looks like maybe something needs to...

I think that there are two stacked bugs here. One bug has to do with the metadata getting passed around without being accidentally dropped. The other has to do with...

Restarting the CI due to the connection error...

@lwasser it's your docs link: `https://github.com/pyopensci/pyospackage#readme`. I think the current PR would fix the recipe if your docs link were instead simply `https://github.com/pyopensci/pyospackage`.

Another similar case: ```bash grayskull pypi mkdocs-include-markdown-plugin ``` generates a `meta.yaml` with `about.dev_url` pointing to GitHub and `about.home` entirely missing. This results in a complaint by the linter: https://github.com/conda-forge/staged-recipes/pull/22080#issuecomment-1436036378

Hi @lwasser, this is definitely a bug. There's some seemingly overcomplicated logic for merging the various data sources. It looks like there may be [typos](https://github.com/conda/grayskull/pull/525/files#diff-4979c2f9f40da9b20e55dbfe2dece4e1ab40a416a6ded5a8f63b11d9195e110cL719-R719) in the names. It would...

> What about using `nbqa ruff my_notebook.ipynb` for the next one ;) ? Ha, is that a thing??? Sounds very intriguing. I don't work much with `.ipynb` notebooks anymore. (Instead...