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
The Hyper API establishes a date as a uint32, a time as a uint64 but I think writes both in as a int64
There are probably some weird edge cases when values cross the limits of int64 into uint64 so might want to do explicit bounds checking rather than the casts currently in code
The text was updated successfully, but these errors were encountered:
The Hyper API establishes a date as a uint32, a time as a uint64 but I think writes both in as a int64
There are probably some weird edge cases when values cross the limits of int64 into uint64 so might want to do explicit bounds checking rather than the casts currently in code
The text was updated successfully, but these errors were encountered: