RxFeedback.swift icon indicating copy to clipboard operation
RxFeedback.swift copied to clipboard

The universal system operator and architecture for RxSwift

Results 18 RxFeedback.swift issues
Sort by recently updated
recently updated
newest added

I'm using the RxFeedback in my project, and i got a problem that a processing network request will be cancelled by the follwing request. To describe the question clearly, i...

Hello. How to exchange events between different loops?

The current CI we have in this project is TravisCI, for some reason lately TravisCI had presented a lot of issues with the builds taking a lot of time to...

The examples in the README produce: ``` 'system(initialState:reduce:scheduler:feedback:)' is deprecated: Renamed to version that takes `ObservableSchedulerContext` as argument. ``` with the latest version of RxFeedback

Hi, guys! I've been thinking how we can improve API in a way that users won't be able to path their own `FeedbackLoop` as they may use it wrong by...

this fix must be her too https://github.com/RxSwiftCommunity/RxSwiftExt/commit/494fe20b5a6bfafb24d6a272fb90a94e1766a6cd ![Снимок экрана 2023-09-13 в 12 35 25](https://github.com/NoTests/RxFeedback.swift/assets/6258064/a85a1e20-a997-404d-b93e-67706c62a0f7)

Xcode 15 M1 - Moya/RxSwift (15.0.0): - Moya/Core - RxSwift (~> 6.0) ``` private func bindingsStrongify(_ owner: WeakOwner, _ bindings: @escaping (WeakOwner, O) -> (Bindings)) -> (O) -> (Bindings) where...