Daniil Voidilov

Results 42 comments of Daniil Voidilov

Also it would be great to make `textPattern` and `patternSymbol` properties public

I use this solution in SwiftUI and it helps me a lot

Thanks for the review @tgrapperon! I don't insist on merging (this approach is easy to implement as an extension) I just wanted to share a simple idea. SwiftUI environments are...

@tib I've done fixes and updated PR for XCode 14

Hi! I will give a slightly abstract example ```swift struct LargeAppState { var largeSubState: LargeSubState } let store = Store(...) // Original store, it stores LargeAppState let substore1 = store.scope(\.largeSubState)...

The purpose of my pr is O(1) memory usage when creating scopes and view stores

@bednar swift test doesn't pass on master branch, it waits for http://localhost:8086/