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
Like I pointed out in #4232 (comment) - using createLong from javascript is currently error-prone.
I suggest adding another way to create a long from a javascript number, shipping one of the algorithms linked in the SO thread in my original comment, so that there's less risk of user error.
As to not break backwards compatibility, the original createLong should probably remain there.