Lucas van Dongen
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?