Contributor Guidelines
Describe the bug?
GitHub API Rate Limit Not Handled (index.tsx:30-67)
The contributors API call doesn't handle GitHub's rate limiting (403 responses), leading to generic error messages.
if (!response.ok) {
throw new Error(Failed to fetch contributors: ${response.status}); // Doesn't distinguish rate limiting
}
Desktop or Mobile (Please provide your system information)
chrome
Screenshot / ScreenShare
No response
Code of Conduct
Contributor Guidelines
Describe the bug?
GitHub API Rate Limit Not Handled (index.tsx:30-67)
The contributors API call doesn't handle GitHub's rate limiting (403 responses), leading to generic error messages.
if (!response.ok) {
throw new Error(
Failed to fetch contributors: ${response.status}); // Doesn't distinguish rate limiting}
Desktop or Mobile (Please provide your system information)
chrome
Screenshot / ScreenShare
No response
Code of Conduct