Sacha DSO

Results 89 comments of Sacha DSO

> Hi! Any news on the solution to this problem? @denis15yo I personally switched to Swiftgen and pre-generated the files manually (via command line) this means the build no longer...

My apologies for the oh-so-late- reply, this has been integrated in the latest (Swift 6) release :)

Hey there @roman-sundurov, Glad you like it. For newer projects I would advise going down the SwiftUI route, is there a specific reason you'd want to use bare Appkit with...

Having the same issue on [Stevia](https://github.com/freshOS/Stevia) unit tests. One trick is to make `setUp` `async throws` like so: ``` @MainActor class LayoutTests: XCTestCase { var v: UIView! override func setUp()...

Hey, I must have lived under a rock but I just realized new [Swift Testing](https://developer.apple.com/xcode/swift-testing) was I out so in my case it's just a matter of migrating XCTests to...

Hi @didebbo, could you please provide the entire layout code reproducing the issue please ? (including views creating & hierarchy).

@didebbo, this is the default behavior indeed, when using multiple horizontal views in a layout block, they are aligned horizontally. One catch here is that the top and bottom constraints...

+1 on @valhallen13 remarks, exceptions are "exceptions", in this specific case of having 1 unregistered device or one Timeout in a big batch is fairly common. I'd err on the...

Loading the same image uri with Native `ImageView`, using Glide or Coil works, but not Fresco's `SimpleDraweeView`.