jaimergp
jaimergp
That would work for me and would help understand the channel priority logic too (because all channels within a multichannel should have the same channel priority).
Do we need underlines in _eeevery_ link? Looking at conda-forge.org, the buttons and navigation bars do not have them, and afaicr they were also compliant with WCAG. See their [custom...
> That depends. We do not need default underlines in the navbar as long as there are at least underlines on hover. Currently, there are none, so we rely solely...
Awesome! Looks great. I was reviewing the site now and found a couple of potential improvements: - The sidebar for the documentation has underlines on hover now, but I don't...
Thank you @trallard, looks fantastic!
Hi! I'd say this is expected. All users installations need superuser, and changes to that location will require superuser by design. It's supposed to be used by IT administrators. I...
I was mostly proposing some solutions while we provide a way to remove "All Users". My intuition right now tells me that parts of the code assume the option will...
Yea, that's the feature request. There's no easy config to get that out the way right now 😬
LGTM but I wonder if the output files should be one per installer, named as `{installer-name}-{version}.{extension}.{algorithm}`; e.g. for `Miniconda-24.5.0_py310.sh` we would find SHA256 in `Miniconda-24.5.0_py310.sh.sha256`. I'm thinking of these files...
I think the intent here was to prevent `source` from being used. I am not sure if piping was supposed to be prevented too. Some might say it's a bad...