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
#129 added missing support for encoding doubles. However it took a shortcut by casting to floats. So the data is narrowed, which will result in precision loss. It would be ideal to improve the encoding to retain the full precision of double-encoded property values.
The text was updated successfully, but these errors were encountered:
#129 added missing support for encoding doubles. However it took a shortcut by casting to floats. So the data is narrowed, which will result in precision loss. It would be ideal to improve the encoding to retain the full precision of double-encoded property values.
The text was updated successfully, but these errors were encountered: