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
README.md is populated only with data that is generally static (name, url, description, archived), yet this data is fetched daily.
Data that is more dynamic (forks, stars, watchers, and most recent push date) is also fetched daily, but is unused, or at least not presented here in a markdown format.
Recommendations:
Decrease frequency of data fetching, or:
Write dynamic data to README.md or a separate markdown file.
The text was updated successfully, but these errors were encountered:
The extra fields are mostly meant to be consumed by anyone who wants a copy of the generated JSON files. I can see a case for a separate file and even static pages for more dynamic content though.
README.md is populated only with data that is generally static (name, url, description, archived), yet this data is fetched daily.
Data that is more dynamic (forks, stars, watchers, and most recent push date) is also fetched daily, but is unused, or at least not presented here in a markdown format.
Recommendations:
The text was updated successfully, but these errors were encountered: