I'm attempting to create a document that contains a record of discord IDs (1100585043442806856 for example) for various discord functions. When trying to create the document, if I check the record, the integer has been rounded to 1100585043442806900. How can I avoid this without converting everything to strings?
I don't think you can.
Strings it is. ๐
[SOLVED] integers trouble (rounding???)
Recommended threads
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...