RxCoreStore icon indicating copy to clipboard operation
RxCoreStore copied to clipboard

RxSwift extensions for CoreStore

Results 4 RxCoreStore issues
Sort by recently updated
recently updated
newest added

- Add missing Swift tool versions - Add platform constraints - Provide a single product rather than multiples by platforms - Specify dependencies and unit test target Welcome to edit...

- Adds a workflow to check CocoaPods spec is valid.

Hello, We can't install RxCoreStore using Swift Package Manager (using Cocoapods works). Here is the error: ![Capture d’écran 2019-10-10 à 15 38 38](https://user-images.githubusercontent.com/3692744/66574296-494c9480-eb74-11e9-9ff4-46cb3a03da63.png) Thank you for the fix :) Lapinou.

Hi, I am converting my previous CoreStore functions to RxSwift version. My previous code was something like this. ```swift Storage.stack.perform(asynchronous: { transaction in let imported = try! transaction.importUniqueObjects(Into(KargoCD.self), sourceArray: kargos)...