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
Having to cast to f64 then do into() to get primitives is annoying. I think this could be solved by making a f64 newtype with From<> for all int/float types and using that instead of f64 in generated code?
The text was updated successfully, but these errors were encountered:
Having to cast to f64 then do into() to get primitives is annoying. I think this could be solved by making a f64 newtype with From<> for all int/float types and using that instead of f64 in generated code?
The text was updated successfully, but these errors were encountered: