Skip to content

fix unsafe integer strings getting rounded#22

Open
cbartondock wants to merge 1 commit intonode-steam:masterfrom
cbartondock:master
Open

fix unsafe integer strings getting rounded#22
cbartondock wants to merge 1 commit intonode-steam:masterfrom
cbartondock:master

Conversation

@cbartondock
Copy link
Copy Markdown

@cbartondock cbartondock commented Mar 20, 2026

Currently a string like "18446744073709551615" gets converted to a rounded integer 18446744073709552000

Valve in fact uses extremely long numerical game ids, so this is an issue SRM has been seeing. Should be fixed herein.

Also kind of addresses issue #12 since it just leaves unsafe integers as strings, which is much better than rounding them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant