Andriy

Results 4 comments of Andriy

Here's a good summary on [how to debug auto-layout feedback loops](https://www.hackingwithswift.com/articles/59/debugging-auto-layout-feedback-loops).

@simme maybe this will help with marrying Collection View and TCA?

This is possibly redundant. @tgrapperon in one of the Binding/ViewStore discussions earlier have mentioned his solution ```swift public extension ViewStore { func binding( _ parentKeyPath: WritableKeyPath, as keyPath: KeyPath )...

Getting a similarily suspicious crash on writing to `FileStorageKey` backed Shared. The line `open #1 (_:) in Shared.currentValue.getter` seems to be same as in the crash above. We started getting...