Ankur Sinha
Ankur Sinha
it isn't easy to push 1000 commits to a repo, so I suspect quite a few of us here on the list have received this badge incorrectly: https://badges.fedoraproject.org/badge/long-life-to-pagure-pagure-vi
Ah, OK, as long as it's a known issue. If the issue is found, we can correct the list and give the necessary folks the consolation-prize badge, but I guess...
Ah, that makes sense. I was looking at opening a PR to correct the description, but it looks like there's a PR to drop the badge entirely: https://pagure.io/fedora-badges/pull-request/806
@pruthvik9 : you should provide your Fedora account username here, otherwise the devs don't know what to look for.
I also see that group owners/sponsors now need to file a ticket with Fedora Infrastructure to add more sponsors. While this is doable, I think owners/sponsors should be able to...
> A question here too for people that regularly add members: > > Are there cases where you might regulary add many (10+) users to be members all at one...
Thanks for the quick reply @ibancg . Looks good, but I'll try to find the time to make a temporary package from the current snapshot and run the linter on...
Yes, I understand that---it's quite a common setup. It's just that versioneer doesn't work well with non-tag releases. To download the corresponding commit tar from Github for a pypi release...
I had a quick look, and it seems that the way to use test generators in pytest is to parameterize them: https://docs.pytest.org/en/stable/parametrize.html I also found https://github.com/pytest-dev/nose2pytest. I don't see enough...
Hi @apdavison : I'm entering the nest extensions folder and running the standard cmake commands : ``` cmake . cmake --build . cmake --install . ``` Here's an example run...