Rick Staa

Results 1034 comments of Rick Staa

If you need it closed, I can create a new issue 👍🏻.

@nasw1j, I checked the codebase, and I think both `count_private` and `include_all_commits` parameters are correctly implemented. https://github.com/anuraghazra/github-readme-stats/blob/9a909ff0a41a6abba34b008ce57744d7cb2cd220/src/fetchers/stats-fetcher.js#L155-L163 I, therefore, think the error is caused by incorrect data returned from GitHub's...

I quickly checked #1691 created by @Rongronggg9 and think merging to his pull request will significantly improve the commit accuracy. I, however, did not have time to do a thorough...

@Rongronggg9 No pressure your PR looks very promising, take your time! 🚀

@Rongronggg9 See #2177 and 4df8094e5266f28f7367552980f4e00b0c9421a9 for a example on how to purge the cache when the GraphQL and Rest api fail. Further, please read https://github.com/anuraghazra/github-readme-stats/pull/211 because we are currently not...

I created https://github.com/community/community/discussions/35675 to ask GitHub to make the `totalCommitContributions` and `restrictedContributionsCount` objects available under the `user` object. This feature would allow us to solve #1515 for the Public Vercel...

For future reference, a (draft) PR to improve this behaviour can be found at https://github.com/anuraghazra/github-readme-stats/pull/2448.

As pointed out by @Madhav-MKNC in https://github.com/anuraghazra/github-readme-stats/issues/2851#issue-1762042673, for some accounts the total commit count is lower than the yearly commit count. This is also caused by the use of the...

The behavoir should be improved when - [ ] https://github.com/anuraghazra/github-readme-stats/pull/3238 - [ ] https://github.com/anuraghazra/github-readme-stats/pull/2448 are merged.

Should be fixed now that #2448 and #3238 are merged.