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
@harry-graham, thanks for your bug report. This is a known issue and has been discussed at #1053. It is solved when #2107 is merged. Please upvote (i.e. 👍) #1053 and/or #2107 to speed up the merging process (see #1935).
@harry-graham, thanks for your bug report. This is a known issue and has been discussed at #1053. It is solved when #2107 is merged. Please upvote (i.e. 👍) #1053 and/or #2107 to speed up the merging process (see #1935).
You can of course already use #2107 on your own fork until it gets merged in the main branch.
Discussed in #2498.
Overview
On the Github Stats card, the
Total Commits (2023)
value suggests that it represents the total number of commits made by the user in 2023.However, the count actually represents the total commits by the user in the last 365 days.
Demonstration of this
Github Stats cards for reference
With
count_private: false
:With
count_private: true
:Querying the API
With date range of this year only:
With date range of last 365 days, which matches the Github Stats cards shown above (with small difference likely due to caching):
The text was updated successfully, but these errors were encountered: