RxSwiftExt
RxSwiftExt copied to clipboard
A collection of Rx operators & tools not found in the core RxSwift distribution
Fixed RxSwift minimum version and added SPM guide.
After 6.1.0 release was created, the .podspec file was not update, so you are unable to use 6.1.0 in your Podfile.
Are we able to update the podspec to keep up-to-date with the latest release? ``` [!] CocoaPods could not find compatible versions for pod "RxSwiftExt": In Podfile: RxSwiftExt (~> 6.1.0)...
Hi community! Here's a new Rx operator I made for a specific use case, but I've seen myself using it for more use cases so I guess it was a...
repeatWithBehavior has memory leak
### Name and description Support mapMany for Single ### Motivation for inclusion It is very annoying to convert to Observable to be able to use mapMany and then to convert...
Hello, I tried to include RxSwiftExt in my carthfile and had some errors, my env: ``` swift --version Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) Target: x86_64-apple-darwin18.5.0 ``` `Xcode 10.2.1 (10E1001)`...
Currently, `withUnretained` defined only for Observable. Wouldn't it be useful to add it for all traits?
Adding this here and self-assigning so I don't forget: We have Swiftlint running successfully with no issues on CI, the problem is - it doesn't actually do anything with warnings....
Hi everyone, I'm using the `cascade` operator in many kinds of scenarios and I'm very grateful for it. There is an issue though, when for some reason the last observable...