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
Currently, the GitHub API is called on every keystroke when entering the GitHub username. This results in an excessive number of API requests, which can lead to performance issues and rate limiting. It would be more efficient to debounce the request with a slight delay.
The text was updated successfully, but these errors were encountered:
Currently, the GitHub API is called on every keystroke when entering the GitHub username. This results in an excessive number of API requests, which can lead to performance issues and rate limiting. It would be more efficient to debounce the request with a slight delay.
The text was updated successfully, but these errors were encountered: