Closed souvikpramanikgit closed 1 week ago
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. A maintainer from Dataverse
will review it shortly. Stay tuned!
but, i want to do.
@souvikpramanikgit ok then my bad I didn't think you were doing it
Go ahead @souvikpramanikgit
Found a bug? Please fill out the sections below. 👍
Current Behaviour
I think the fetchData function uses a single fetch call to get all contributors, without handling pagination. GitHub’s API typically returns only up to 30 contributors per request (depending on the per_page value), and the code doesn't handle pagination. So, if there are more than 30 contributors, only the first 30 are returned, resulting in an incorrect contributor count.
Expected Behaviour
I expect that it will show the actual Contributors , Total Contributions value
Screenshot
Proposed Solution
Technical Details