Results 544 comments of seladb

Can you open your browser's debug tools, go to "Network" and post all the requests that are going to GitHub API?

Thanks for sharing this information! Did you capture this information today? I see your repo has more than 1700 stars so it should have been calling github API 18 times,...

I think I might have an idea on what's going on. Can you please send me the response header of the first page? Meaning, the response headers for: https://api.github.com/repos/facebookresearch/hydra/stargazers?per_page=100&page=1 Here's...

Sure no worries, please send it when you can. The response is indeed cache however in the response that you posted I don't see the "Link" header. Maybe this header...

can you send me a screenshot of the first API request?

Yes, I see this error too. The error comes from GitHub API. I guess that there is a limitation to the number of API calls for a certain repo. I'm...

That's a very good idea! Do you think you can try to implement it and submit a PR?

Got it. I'll try to work on it when I have time. Let's keep it open for now and I'll see if I can find time soon

@omry Yes I agree. BTW you're more than welcome to join the project and contribute! Plz let me know if you're interested

Sure @omry , I'm also not really a web developer and I'm learning React as I go 😄 Anyway thanks for the great feedback and ideas, I'll try to implement...