Dmitriy Mazurenko

Results 3 comments of Dmitriy Mazurenko

```swift private func getStorage() -> StorageInterface { switch mode { case .default: return SQLiteStore( fileName: "", localStorageOptions: .recreateStoreOnModelMismatch ) case .testing: return InMemoryStore() } } ``` I was doing all...

Hi, @Mazyod First of all, thanks for and awesome idea for implementing such kind of things. I've managed to throw in autolayout in your project and it works well, the...

I have encountered this issue as well and i have found a 100% reproducible case. 1) Create a condition that is async (do a dispatch after 1 second and call...