Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64 bit integer handling #91

Open
dbrgn opened this issue Mar 13, 2018 · 1 comment
Open

64 bit integer handling #91

dbrgn opened this issue Mar 13, 2018 · 1 comment
Labels

Comments

@dbrgn
Copy link
Member

dbrgn commented Mar 13, 2018

JS only has 53 bit precision integers.

To be able to handle 64 bit precision integers, use the int64 option for msgpack-lite and require int64-buffer as peer dependency.

https://github.com/kawanet/msgpack-lite
https://github.com/kawanet/int64-buffer

@dbrgn dbrgn added the bug label Mar 13, 2018
@dbrgn
Copy link
Member Author

dbrgn commented Jul 19, 2018

Ah, actually it's a msgpack-lite dependency, so we don't need a peer dependency 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant