Amio Jin

Results 128 comments of Amio Jin

According to this https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#rate-limiting It would be a 403 Error when it hit rate limiting on GitHub

It looks correct as I check 🤔 ![image](https://user-images.githubusercontent.com/215282/116195891-60a69f00-a765-11eb-87f8-21263d438b8e.png)

Hmm, what's the source for `312M` counts? We are counting it from registry api https://github.com/badgen/badgen.net/blob/75a2cabbbfc194b434389108d11a075105b03269/api/npm.ts#L121-L136

> The NPM API returns the last 18 months as the maximum range - you'll need to do multiple queries for each 18 month period. In addition, it looks like...

Download counts before 2015-2-27 is lost: https://api.npmjs.org/downloads/range/2000-1-1:2015-12-31/express (born in 2010) https://api.npmjs.org/downloads/range/2000-1-1:2015-12-31/npm (hits 1.0 in 2011)

Sorry for missing the updates, and thanks @DerYeger !

@lepture Thanks for reporting!

😅 Not sure if I get the correct idea, would you give an example usage of this?

Agreed, sanitizers would be an issue to this in real world use cases. While supporting `link` / `labelLink` / `statusLink` might be a meaningful feature for `badgen` library, if it...