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
Instead of loading them directly as doubles (and thus breaking methods that want floats, when really we just don't distinguish between them since everything's a double in Lua), load them in a new class that has a handmade introspection wrapper with custom converters.
This might even allow us to get rid of or at least re-structure the "is it an int?" hack we do right now.
Instead of loading them directly as doubles (and thus breaking methods that want floats, when really we just don't distinguish between them since everything's a double in Lua), load them in a new class that has a handmade introspection wrapper with custom converters.
This might even allow us to get rid of or at least re-structure the "is it an int?" hack we do right now.
cc: @lpberg
The text was updated successfully, but these errors were encountered: