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
Elementa uses multiple units of time in various APIs, when it should really only ever use one. We need to choose between using floats for number of seconds, or Longs for number of milliseconds. This has to be resolved before release of 2.0, as it would be a breaking change.
The text was updated successfully, but these errors were encountered:
I used milliseconds in the timer API because it mirrors every other API that deals with timers (Kotlin timers, JS's setInterval/setTimeout, etc). I can change it to float for consistency.
Elementa uses multiple units of time in various APIs, when it should really only ever use one. We need to choose between using floats for number of seconds, or Longs for number of milliseconds. This has to be resolved before release of 2.0, as it would be a breaking change.
The text was updated successfully, but these errors were encountered: