jaimergp

Results 1225 comments of jaimergp

xref https://github.com/conda/conda/pull/14401

What we usually do here is to add an alias package so `bg_mpl_stylesheets` depends on `bg-mpl-stylesheets` and nothing is broken. See these two examples: - https://github.com/conda-forge/importlib_metadata-feedstock/blob/main/recipe/meta.yaml - https://github.com/conda-forge/typing_extensions-feedstock/blob/main/recipe/meta.yaml This would...

Nothing too big, just a couple of observations: - The copyright statement needs to be put back in. - A References section that compiles the different URLs mentioned would be...

All of that is currently valid and sound. I'm just worried that we are being lucky now with no conflicts in the filename prefixes (I do second dropping `current_repodata.json`, we...

I thought we had a [`gitattributes`](https://github.com/conda-forge/conda-smithy/blob/7b0b83038ae6c012c72bc13cca6641fb81dc7e08/conda_smithy/feedstock_content/.gitattributes#L3-L4) file for that? Do we need it in `staged-recipes` too?

Yep, timing will work this time. The only other workaround right now is to explicitly pass a `condarc` file correctly populated to the `condarc-file` input.

Thanks @jakirkham, yes, when I posted this comment I had gone for the straight removal disregarding the deprecation cycle, which was brought in the code review. This change is still...

Believe it or not, it was intentionally designed that way. Not an oversight. You are "adding" channels to the list, which is prepopulated with `defaults`. I agree it is not...

I have taken a look at this [GH Search](https://github.com/search?q=%22uses%3A+conda-incubator%2Fsetup-miniconda%22+path%3A.github%2Fworkflows%2F+%2Fchannels%3A.*nodefaults.*%2F&ref=opensearch&type=code), and there around 200 workflows out there using `nodefaults` already... with no effect 😬 We might need to implement this anyway,...