You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
I know I shouldn't have called increment(0) but let me tell you it took a long time to find that bug !
Because increment (and decrement) compare delta to 0/null and not to undefined
could become :
or
Why was it hard to figure it out:
I think you could document that special case... or allow
delta == 0Many thanks for all your hard work anyway!