You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 behavior
I expect that it will show the actual Contributors value
Add ScreenShots
On which device are you experiencing this bug?
Chrome
Record
I have read the Contributing Guidelines
I'm a GSSOC'24 contributor
I have starred the repository
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Is there an existing issue for this?
Describe the bug
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 behavior
I expect that it will show the actual Contributors value
Add ScreenShots
On which device are you experiencing this bug?
Chrome
Record
The text was updated successfully, but these errors were encountered: