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

# Overview I removed unnecessary code. In accordance with `Swift` language specifications, having no `return` is acceptable and, in fact, recommended as it makes the code less verbose." Example bellow...

## Summary This commit resolves issue 2554, where Release builds of RxSwift (and other targets) emit many warnings that various references to Foundation types, such as `Foundation.Date` and `Dispatch.DispatchTimeInterval`, cannot...

## Summary Building RxExample-iOS or RxExample-macOS from Xcode both fail with the warning, `Cannot call value of non-function type '[Observable.Type]'`. This is detailed in issue #2548 (https://github.com/ReactiveX/RxSwift/issues/2548). While the issue...

I am encountering a significant issue as didFailProvisionalNavigation is missing in `WKWebView+Rx`. For more details on this function, please refer to the Apple Developer documentation: ```Swift webView(_:didFailProvisionalNavigation:withError:) ``` https://developer.apple.com/documentation/webkit/wknavigationdelegate/1455637-webview I...

This PR adds support for visionOS to many more things by dropping a bunch of ` || os(visionOS)` over the place. Note of caution: While I'm using this in one...

**Short description of the issue**: Seeing a new crash after updating to RxSwift 6.6.0 **Expected outcome**: Does not crash **What actually happens**: After updating to RxSwift 6.6.0 started seeing crashes...

**Short description of the issue**: When navigating around on https://docs.rxswift.org/, links to any markdown resource are broken. **Expected outcome**: Because `ReadMe.md` is successfully rendered in this fashion on the [landing...

**Short description of the issue**: Release builds of RxSwift (and other targets) emit many warnings that various references to Foundation types, such as `Foundation.Date` and `Dispatch.DispatchTimeInterval`, cannot be used because...

The following code looks the same. cloneProgress returns an AsyncThrowStream, but using asObservable causes it to work on the main thread (the thread from which this code is executed). ```swift...

**Short description of the issue**: There is compiling error in RxCocoa/UIApplication+Rx.swift for visionOS SDK. There is a macro in the top of the code but not working. **Expected outcome**: Compile...