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
when we start a data server with http enabled, we can access the default web api at http://localhost,
if there is long value data type(such as cellid) in user's Http protocol api, this will cause long value loss accuracy.
this may not a problem if user use big int instead of default int in their own js projects.
The text was updated successfully, but these errors were encountered:
thanks for reporting, @BenDerPan!
this is the problem of javascript truncating integer values, and yes we have to find a way to work around it.
the automatically-generated default web interface should be updated
when we start a data server with http enabled, we can access the default web api at http://localhost,
if there is long value data type(such as cellid) in user's Http protocol api, this will cause long value loss accuracy.
this may not a problem if user use big int instead of default int in their own js projects.
The text was updated successfully, but these errors were encountered: