Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Inaccurate star count #164

Open
trueNAHO opened this issue Oct 24, 2023 · 2 comments
Open

[BUG] Inaccurate star count #164

trueNAHO opened this issue Oct 24, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@trueNAHO
Copy link

Describe the bug

https://github.com/anuraghazra/github-readme-stats reports the correct star count (currently 13):

https://github.com/vn7n24fzkq/github-profile-summary-cards does not report the correct star count (currently 8):

To Reproduce

Compare the star count of the two previously mentioned tools.

Expected behavior

The start count provided by https://github.com/vn7n24fzkq/github-profile-summary-cards should be correct.

Screenshots

See "Describe the bug".

Desktop (please complete the following information):

  • OS: NixOS
  • Browser: Qutebrowser
  • Version 3.0.0

Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

Additional context

None.

@vn7n24fzkq
Copy link
Owner

I will take a look.
Thanks for the report.

@trueNAHO
Copy link
Author

Could it be that https://github.com/anuraghazra/github-readme-stats sums the star count of each repository, while https://github.com/vn7n24fzkq/github-profile-summary-cards sums the number of stargazers among all repositories?

If so, then one person staring 10 repositories from the same user would increase the total the total number of stars across all repositories by 10, while the stargazer counter would only increase by 1 or 0, depending on whether that person has starred a repository before.

IMHO, Total Stars should refer to the star count sum of each repository.

@vn7n24fzkq vn7n24fzkq added bug Something isn't working good first issue Good for newcomers labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants