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
Also perhaps prohibit Quantity.unwrap and Quantity.unsafe? I've unfortunately encountered these in the middle of some random application code at work, which in my mind defies the point.
For use on apps/packages that use
elm-units
; suggest things likeQuantity.half
instead ofQuantity.multiplyBy 0.5
orQuantity.divideBy 2
Quantity.twice
instead ofQuanttiy.multiplyBy 2
The text was updated successfully, but these errors were encountered: