-
Support to rxswift 6
-
Comments for: https://iankeen.tech/2019/03/20/surviving-rxswift/
-
I am encountering a compatibility issue when using the mobile_scanner package on an Apple Silicon Mac. The project builds and runs fine on a real device, but it fails on the simulator with the followi…
-
**Short description of the issue**:
RxSwift fails to build on Ubuntu 22.04 against 2024-07-22 nightly Swift toolchains (and newer).
**Expected outcome**:
Top of RxSwift main (also reproduced …
-
Hey. Maybe someone implemented the Rx extension for the AnimatedTextInput like the standard RxSwift extensions for UITextView and UITextField (UITextView + Rx / UITextField + Rx)? Share the code pleas…
-
clang: error: no such file or directory: '/Users/didar/Library/Developer/Xcode/DerivedData/iosApp-cfexvqnxmsurdpdhbwibxwhujttn/Build/Products/Debug-iphonesimulator/PackageFrameworks/RxTest-Dynamic.fra…
-
Are there any plan to support Reactive/RxSwift for APIKit?
-
-
I have a problem, I want to upgrade to `RxSwift 6.5` but when I do it installs `RxBus version 1.0.0`, whereas `RxSwift 5.5` installs `RxBus` version `1.3.1.`
I have tried pointing in my podfile dir…
-
AlertView 가 deinit 되고 난 후 TestViewModel 에 있는 next method 가 호출 될 수 있도록 하기
TestViewModel 에 있는 testResultAlert method 에서 next method 를 호출하면
Reentrancy anomaly was detected 라고 나옴 (RxSwift 에러 같음)