Arnaud Dorgans

Results 18 comments of Arnaud Dorgans

Are you setting `RxInfiniteCollectionView` delegate somewhere ? because you don't have to. If you want to add additional flow delegate or whatever you have to use: ```swift infiniteCollectionView.rx.setDelegate(YOURDELEGATE) ```

Peut être étant donné que ce genre de pb est tricky on pourrait rajouter un para au parse pour forcer le type, 'movie' ou 'tvShow' genre: `oleoo.parse('Dragon Ball Super -...

Still have crash on startup on `EventBase::bumpHandlingTime` in 2021 https://github.com/facebook/flipper/issues/2577

what do you mean by 'modules' ? you can just install firestore with pod 'RxFirebase/Firestore'. i'll add carthage support on the next release :)

@dreampiggy how did you achieve what you sent in your video?

@dreampiggy thanks for your answer, I managed to do it on my own by replicating a minimal version of what has been done in `SDAnimatedImage` ```swift @MainActor final class EmotePlayer...