We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My actual streak : Isocalendar showing :
The text was updated successfully, but these errors were encountered:
That's cause your calendar is on half year mode. It doesn't load anything from more than 365/2=182 days ago.
Sorry, something went wrong.
Maybe a check could be added like if (streak >= 181) streak += "+" though to help.
if (streak >= 181) streak += "+"
I think it's worth to get the accurate number.
To save queries we can fetch further data only when the streak is complete like in this case
feat(plugins/isocalendar): make stats based on overall account contri…
b32da06
…butions rather than restricted to `isocalendar.duration` (closes #512)
This will be available with 3.14 👍
No branches or pull requests
My actual streak :
Isocalendar showing :
The text was updated successfully, but these errors were encountered: