Maxim Krouk
Maxim Krouk
I solved primary issues without getting a parent store, but as I said knowing that the store didn't change may be helpful for UIKit Table/Collection views to avoid redundant store...
Maybe some thoughts about complex UIKit cell states? Currently, I came to something like this: ```swift // simplified example public final class MyViewController: UIViewController { private(set) public var store: Store?...
I still crave to get some feedback on my [Navigation](https://github.com/CaptureContext/composable-architecture-extensions/tree/main/Sources/ComposableNavigation) ([_Tests_](https://github.com/CaptureContext/composable-architecture-extensions/tree/main/Tests/ComposableNavigationTests)) explorations 🙏
I'm also curious about the performance of such derived states with deeply nested collections of complex substates 🤔 I've been using something like that for current element access, but not...
But what if I want to test different LogHandlers with the LoggingSystem? Seems to be impossible for now 😢
So I found a workaround in `@testable import Logging`, so `LoggingSystem.internalBootstrap` works and it seems to be a nice way to replace LoggingSystem's factory in tests 🌚 Btw you can...
> Without higher-kinded types. This PR would enable users to write their own higher-kinded types, that was exactly what I needed, the package doesn't have to provide any, but that...
+1 for @chrisvdp's [comment](https://github.com/vuejs/v2.vuejs.org/issues/2818#issuecomment-975923779), adding `try_files $uri $uri/ /index.html;` to default.conf fixes the issue. I added nginx folder with a [default.conf](https://github.com/vuejs/v2.vuejs.org/files/8096621/default.conf.txt) file to my project and copying it to my...