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
Currently Duration isn't supported by refinements. Basic support should be simple (i.e. Duration + or - Duration) but adding (Instant + Duration => Instant), (Instant - Instant => Duration), (Duration * scalar => Duration) etc. should take more time but be more rewarding.
The text was updated successfully, but these errors were encountered:
(from b/178043070)
Currently Duration isn't supported by refinements. Basic support should be simple (i.e. Duration + or - Duration) but adding (Instant + Duration => Instant), (Instant - Instant => Duration), (Duration * scalar => Duration) etc. should take more time but be more rewarding.
The text was updated successfully, but these errors were encountered: