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
Currently we directly convert from Int to Int32 or UInt32 and this conversion is not safe. We should instead make a safe conversion between what swift-cross-ui api asks and what Gtk needs. When we make this we might as well standardize to using Double as SwiftUI uses it everywhere.
The text was updated successfully, but these errors were encountered:
Currently we directly convert from Int to Int32 or UInt32 and this conversion is not safe. We should instead make a safe conversion between what swift-cross-ui api asks and what Gtk needs. When we make this we might as well standardize to using Double as SwiftUI uses it everywhere.
The text was updated successfully, but these errors were encountered: