github-stackoverflow-readme
github-stackoverflow-readme copied to clipboard
[Bug] Do not have some badges at all, the badge count displayed incorrectly.
hello. Your open source project is great. However, I found one problem while using it.
The point is that the badge count is inaccurate.
For example, if user have 4 bronze badges, 0 gold buttons, and 0 silver buttons, the count for the 4 gold buttons, silver buttons, and bronze buttons count will not be displayed.
This is a situation in which the badge count is pushed back when some badges do not exist at all in the logic.
Inaccurate results are output for numbers in the five cases below.
- only have gold badges
- only have gold and bronze badges
- only have silver badges
- only have silver and bronze badges
- only have bronze badges
I hope this can be improved. thank you :)