Paul Melnikow

Results 167 comments of Paul Melnikow

> At a library level it probably makes sense to reduce that to two cases - SimpleIcons and base64. We can keep our handful of custom logos outside of badge-maker...

Though I'd pick this up and see if we can keep closing the gap toward dogfooding our own package. I think there's one question we should resolve first, which is...

Agree this would be a good idea. Lots of possibilities there. Something like https://shields.io/appveyor/build would be pretty cool, though maybe something like https://shields.io/builder/appveyor/build or https://shields.io/services/appveyor/build would be safer. Should definitely...

Hi! I'm not sure I quite understand the format of that feed. However, if it's a matter of plucking a version number from it, I wonder if this can be...

A bunch of work was done on this in #2228, but it wasn't quite completed.

Hit me up on Discord and let's find a time to chat about it! I would also suggest that we start working together on something that is focused and small...

One more: turn off the Vercel app on the svg-to-image-proxy repo (and anywhere else we've got it turned on).

We used to have an admin endpoint for inspecting the token pool. Is it worth re-adding that? Or adding some periodic logging of the Libraries.io token pool?

I don’t know if PyPI enforces PEP440 either. It does seem to normalize version numbers (e.g. if you upload a package with `beta6` it will allow fetching it with `beta6`...

In #649, @espadrine posted: > For Google Play, there's this thing that seems related, which we might be able to use to copy functionality: https://code.google.com/archive/p/android-market-api/.