RxSwift icon indicating copy to clipboard operation
RxSwift copied to clipboard

Reactive Programming in Swift

Results 72 RxSwift issues
Sort by recently updated
recently updated
newest added

Fix typo whiteSpace between line comment

**Short description of the issue**: Deprecated code warnings in playground `Filtering_and_Conditional_Operators.xcplaygroundpage` RxSwift/Rx.playground/Pages/Filtering_and_Conditional_Operators.xcplaygroundpage:198:10 'skipWhile' is deprecated: renamed to 'skip(while:)' RxSwift/Rx.playground/Pages/Filtering_and_Conditional_Operators.xcplaygroundpage:216:10 'skipUntil' is deprecated: renamed to 'skip(until:)' **Expected outcome**: No deprecation warnings...

A small typo in the commentss on the paramters

This addresses https://github.com/ReactiveX/RxSwift/issues/1552. It basically treats `next` events on streams with `Void` as element as if they were the same. I am aware there was [another PR addressing this](https://github.com/ReactiveX/RxSwift/pull/1747) which...

This change introduces a setting to trigger a fatal error when a synchronization error is detected. The `FATAL_SYNCHRONIZATION` flag has precedence over this setting and it does not change the...

Add support for using DiffableDataSource with Rx extensions. Fix crash in #2368

Code formatting has been fixed in file `WithUnretained.swift`. Thanks you🙏

I believe it's a big hole in the `Infallible` contract because this will a) compile b) return an `Infallible` that will fail silently, without calling any subscription closures (well maybe...

Fixed indent due to inconsistent indent found.