RxCombine icon indicating copy to clipboard operation
RxCombine copied to clipboard

Bi-directional type bridging between RxSwift and Apple's Combine framework

Results 10 RxCombine issues
Sort by recently updated
recently updated
newest added

Adresses issue https://github.com/CombineCommunity/RxCombine/issues/34

RxSwift Infallible cannot fail so the publisher type should also never fail. i.e. AnyPublisher

motivation: users install the latest version. changes: fix version of RxCombine in README.md

Haven't really been able to test this out as I've been fighting with Xcode 11 and just some general bugginess but here's a first stab at this: ``` class Bound:...

In my project I have the following in my `Package.swift` ```swift dependencies: [ .package(url: "https://github.com/ReactiveX/RxSwift.git", "6.0.0"..

hey, @freak4pc! Is this repo deprecated? it's been more than a year since the last update, new pull requests have been created (and even approved), but nothing merged.

It allows to convert Rx Infallible stream into AnyPublisher without any assertion

Passing func of an objec as a closure results in reference to this object in this closure. Saving this closure in the object itself results in strong reference cycle. Object...

Adds a workflow that creates a GitHub release upon tag push. This will also run the Carthage archive script and add it to the release. Rationale: The last couple releases...