-
Describe the bugwith &hide_title=true, commits = 1.7k check here Expected behavioursame commits Screenshots / Live demo linkNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@szh-bash Thanks for your report. It should and can not affect the total commits: Without hide_title=true [![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=szh-bash&adfsafsaf=asdfsafdsfa)](https://github.com/anuraghazra/github-readme-stats) With hide_title=true [![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=szh-bash&hide_title=true&adfsafsaf=asdfsafdsfa)](https://github.com/anuraghazra/github-readme-stats) It was caused by the GraphQL API returning an incorrect value, and then that value was cached. I added |
Beta Was this translation helpful? Give feedback.
-
I'm not sure what exactly author describe ;) But Total Commits for a year isn't correct. it still counts as 2022 :) |
Beta Was this translation helpful? Give feedback.
@szh-bash Thanks for your report. It should and can not affect the total commits:
Without hide_title=true
With hide_title=true
It was caused by the GraphQL API returning an incorrect value, and then that value was cached. I added
&adfsafsaf=asdfsafdsfa
to break the cache (see https://github.com/anuraghazra/github-readme-stats#common-options).