Lucas van Dongen

Results 11 comments of Lucas van Dongen

Always felt it was due to something like this. It's a pity. But the `==` operator is a lie anyway as with a true `==` it doesn't matter what you...

I'm seeing the same things. Compile times over 100ms for not overly complex stuff Noticed one thing: constrain(self.contentView, self.titleLabel, self.contentLabel, self.newMessages) { (view: LayoutProxy, titleLabel: LayoutProxy, contentLabel: LayoutProxy, newMessages: LayoutProxy)...

Same problem here. Turned out it expects an array of responders: kCRToastInteractionRespondersKey: [interactionResponder!] as NSArray I think I would prefer an object with settings over a dictionary, in that case...

Perhaps, my project's a bit under time stress but again your library shaved off some time of it as well.

This error goes away when `RootComponent` implements `TestDependency` but I'm not sure if that's the right approach either? I'm having trouble myself for dependencies to propagate to a deeper node...

> this problem only surfaced once I migrated a project to Xcode 15.3, this was working properly with Xcode 13. Did you try to make the declaration of the `testString`...

Is this project still maintained?

# Repro This zip file has a self-contained Module as a Swift Package, tested in Xcode 15.4 * Open it individually, not as part of an Xcode project * Wait...

I’m on holiday, just my phone and spotty connections, my apology for not being super responsive. Currently seeing it everywhere: * Open Xcode 15.4 * Open a package (just the...

Same issue, adding macOS made it go away, so it's not an underlying issue ``` [REDACTED] VoiceControl % swift package --allow-writing-to-package-directory sourcery-command warning: 'swift-async-algorithms': [REDACTED]Modules/VoiceControl/.build/repositories/swift-async-algorithms-c3a8d752 is not valid git repository...