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

# Overview We can introduce `ObservableSystem`, this will make system chainable: ### PlayCatch Example **Before**: ```swift let bindUI: (ObservableSchedulerContext) -> Observable = bind(self) { me, state in ... return Bindings(subscriptions:...

Hi @kzaher! First for all thanks for your amazing works - I'm big fan of reactive approach in general 👍 I've added support for XCFramework - there was an issue...

As Combine is the new go to Rx framework and probably will replace RxSwift, RxCocoa, etc. in the future there is a need for a rx feedback loop using Combine....

Hi there 👋 My company struggled a bit after [2.0 removed react for non-equatable types](https://github.com/NoTests/RxFeedback.swift/issues/53). I think, it's absolutely reasonable to to require types returned by request be equatable. Though,...

I find that it is hard to test the event creation.For example i want to query some every 10s.And i write this in > viewDidLoad method.I'm wandoring how to test...

I'm using the RxFeedback on my project. And one of the business is to send out multiple requests when entering a specific page. So I change the `State` and in...

Hi! Are there plans to readd the hooks for non-equatable values returned from state requests? In 1.X it was possible to pass own `==` function that would always return `false`...

Hi, I seem to be having a problem using this. Tried also this example: https://github.com/NoTests/RxFeedback.swift/blob/master/Examples/Examples/Counter.swift And has the same issue. Can you point me to the problem or to a...

![image](https://user-images.githubusercontent.com/17700769/53240848-40788280-36b9-11e9-95d5-1cba5c44a4d8.png) Xcode don't suggests autocomplete for function of RxFeedback. However, if I am taking complete implementation of "Driver.system" usage from examples. It's successful builds

For some reason running `Examples/dependencies.sh` or `git submodule update --init --recursive --force` before building the `Example` target inside of the`Examples/Examples.xcodeproj` in a fresh cloned repo succeeds ... but trying to...

help wanted