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
Timerizer isn't really meant to be a drop-in replacement for Rails' time syntax, but this seems low-cost and clear enough that it's probably still worth doing. Since Timerizer doesn't support sub-second units, would something like this be sufficient?
Nice to see another gem that's trying to break free from Rails dependencies. Thanks for the effort!
A number of other libraries run
to_f
on durations (e.g. Sidekiq). When I tried it with timerizer, it threw:It'd be a huge help in terms of compatibilty if
.to_f
worked for duration.The text was updated successfully, but these errors were encountered: