Results 165 issues of Max Desiatov

[API reference](https://developer.apple.com/documentation/swiftui/containerrelativeshape).

SwiftUI compatibility

[API reference](https://developer.apple.com/documentation/swiftui/radialgradient/matchedgeometryeffect(id:in:properties:anchor:issource:)).

SwiftUI compatibility

[API reference](https://developer.apple.com/documentation/swiftui/scaledmetric).

SwiftUI compatibility

[API reference](https://developer.apple.com/documentation/swiftui/label).

SwiftUI compatibility

I wonder if we could support system images through something like [Font Awesome](https://fontawesome.com/) in a sensible way?

SwiftUI compatibility

Currently closures passed to `onAppear`/`onDisappear` are evaluated on mounting and unmounting, there are no checks for whether views actually appear or disappear from the viewport. As far as I understand,...

bug
SwiftUI compatibility

I'm not sure if we should do some sophisticated snapshot testing, or just manually make sure that Tokamak works with the most popular projects. Please feel free to post the...

SwiftUI compatibility

This is going to be a requirement for proper accessibility support. Also, in the betas this type is `Comparable`: https://twitter.com/twostraws/status/1278713171344318464

SwiftUI compatibility

Shame that there are only two size classes in SwiftUI: `compact` and `regular`. Also not sure what the default breakpoint for these should be. Even if we decide on one,...

SwiftUI compatibility

This is required for view subscriptions such as [`onReceive`](https://developer.apple.com/documentation/swiftui/anyview/onreceive(_:perform:)): ```swift extension View { public func onReceive( _ publisher: P, perform action: @escaping (P.Output) -> () ) -> some View where...

SwiftUI compatibility