include_all_commits=true is not working correctly. #2255
Answered
by
rickstaa
yellowflash2041
asked this question in
Q&A
-
Describe the bugI set the include_all_commits true in my github-stats. Expected behaviourScreenshots / Live demo linkhttps://github.com/yellowflash2041 Additional contextI fixed after setting include_all_commits before other properties. |
Beta Was this translation helpful? Give feedback.
Answered by
rickstaa
Nov 3, 2022
Replies: 1 comment 1 reply
-
@yellowflash2041 Thanks for your question. I checked your card, and it seems to work: [![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=yellowflash2041&include_all_commits=true)](https://github.com/anuraghazra/github-readme-stats) The issue you are experiencing is because of caching. We display 0 when GitHub Rest API has an error this result is then cached for 4 hours. Merging #2177 will fix this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yellowflash2041
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@yellowflash2041 Thanks for your question. I checked your card, and it seems to work:
The issue you are experiencing is because of caching. We display 0 when GitHub Rest API has an error this result is then cached for 4 hours. Merging #2177 will fix this.