Anton Nazarov
Anton Nazarov
https://github.com/ReactorKit/ReactorKit/pull/110
Similar with - https://github.com/RxSwiftCommunity/RxRealm/issues/74 Can reproduce it
I can take `RxRealm`, used it a lot
Hey @SunDog thank you for reporting this. I don't think, it's an issue with RxNimble. It's just the way it was implemented ```swift expect(subject).first ``` resolves as `Expectation`, so we...
@gobetti these declarations will conflict with `first()` from `Observable` I think it's better to just ignore `beAnInstanceOf` or use the approach with explicit type