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
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Int values in elm are unsafe above a certain value, and this library rightly does not use them for 64-bit proto types. However, there are packages for safe 64-bit integers and 64-bit unsigned integers, which would allow this library to fully support 64-bit integers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Int
values in elm are unsafe above a certain value, and this library rightly does not use them for 64-bit proto types. However, there are packages for safe 64-bit integers and 64-bit unsigned integers, which would allow this library to fully support 64-bit integers.The text was updated successfully, but these errors were encountered: