Matthias Endler
Matthias Endler
API call: https://www.endorlabs.com/learn/how-to-get-the-most-out-of-github-api-rate-limits ``` curl \ -H "Accept: application/vnd.github+json" \ -H "Authorization: token " \ https://api.github.com/rate_limit { "resources": { "core": { "limit": 5000, "remaining": 4999, "reset": 1372700873, "used": 1 },...
I sure hope that https://github.com/lycheeverse/lychee/issues/1605 will eventually fix this.
> Will this https://github.com/lycheeverse/lychee/issues/1605 be fixed any time soon? I see targeted for v1.0 but that looks quite far in future It absolutely will. `1.0` just means that is a...
I just saw this discussion and the GitHub announcement, which explains the situation. https://news.ycombinator.com/item?id=43936992 Some users commented that GitHub might have started rolling out the change before the announcement, which...
That's not how I read it: > If you rely on unauthenticated access, you may experience the new rate limits. However, developers using authenticated requests will continue to enjoy [higher...
Maybe? At least we haven't changed anything on the lychee side. Thanks for the update.
Sounds good. What's your use-case?
I see. So it's mostly a quality-of-life improvement, not a blocker, right? I like the idea and the new parameter name. We'd accept a pull request for that in case...
Hey @HzaCode, sounds like a nice project. As per the contribution guidelines, let's wait a bit until it reaches 20 stars and is around for at least 3 months.
We can keep this PR open in the meantime.