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
May have some overlap with #1 (e.g. how the largest representable int in a 64 bit long implicitly constricts the type of ints).
This should be a separate issue from having to specify an int64 in the model - i.e. only use an int64 if you’re modeling something that has byte size / packing concerns (e.g. modeling a network packet).
The text was updated successfully, but these errors were encountered:
May have some overlap with #1 (e.g. how the largest representable int in a 64 bit long implicitly constricts the type of ints).
This should be a separate issue from having to specify an int64 in the model - i.e. only use an int64 if you’re modeling something that has byte size / packing concerns (e.g. modeling a network packet).
The text was updated successfully, but these errors were encountered: