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

:warning: If you don't have something to report in the following format, it will probably be easier and faster to ask in the [slack channel](http://slack.rxswift.org/) first. :warning: :warning: Please take...

**Short description of the issue**: DisposeBag leaks externally disposed Disposables. **Expected outcome**: DisposeBag should not have references in `_disposables` to already disposed Disposables. Once any disposable reference from DisposeBag is...

This PR implements the workaround for the crash discussed at https://github.com/ReactiveX/RxSwift/issues/2428 as requested by @freak4pc I put the extensions in a separate file to make later removal simple as this...

I noticed there is a bind that takes a var arg, but not one that take an array. This fixes the oversight.

Reactive wrapper for `setTitleColor(_:for:)`

`Infallible` ensures that it does not fail, but `Event` in the `subscribe` method have an error case. This is not in line with `Infallible`'s implementation intentions. Modified the closure argument...

:warning: If you don't have something to report in the following format, it will probably be easier and faster to ask in the [slack channel](http://slack.rxswift.org/) first. :warning: :warning: Please take...

:warning: If you don't have something to report in the following format, it will probably be easier and faster to ask in the [slack channel](http://slack.rxswift.org/) first. :warning: :warning: Please take...