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
I may implement it in ARC if the UI will work with a BigInt instance. I am not entirely sure if it will.
Also, you should take into account while developing an API that all double-precision floating-point arithmetic languages will have the same problem. If you are targeting any of these, especially JavaScript, you should not implement an API using big numbers.
This issue has been automatically marked as stale because it has not had recent activity and is not currently prioritized. It will be closed in a week if no further activity occurs :)
when there was a long integer in the response json, it could not parse correctly
Expected outcome
the raw data:
[{"id":1110746394641760256,"name":"fc1"}]
Actual outcome
but in "Response" tab, shown ```[
{
"id": 1110746394641760300,
"name": "fc1"
}
]
Versions
App: 16.0.1
Platform: darwin
Electron: 11.4.10
Chrome: 87.0.4280.141
V8: 8.7.220.31-electron.0
Node: 12.18.3
The text was updated successfully, but these errors were encountered: