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
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Every time we refresh, the list of repos starred by the user has to be fetched in batches of 100 (due to how the API works), but this can be a little slow if you have several hundred starred repos on Github.
It should be possible to cache the list of repos between sessions, and only update it by querying the API for repos recently added since last query.
Every time we refresh, the list of repos starred by the user has to be fetched in batches of 100 (due to how the API works), but this can be a little slow if you have several hundred starred repos on Github.
It should be possible to cache the list of repos between sessions, and only update it by querying the API for repos recently added since last query.
This started as #102.
The text was updated successfully, but these errors were encountered: