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

- Related crashes https://github.com/firebase/firebase-ios-sdk/issues/5998 https://github.com/firebase/firebase-ios-sdk/issues/4790 - Theoretical reference https://github.com/apple/darwin-libplatform/blob/main/src/os/lock.c#L494 https://developer.apple.com/documentation/foundation/posixerror/2293610-eownerdead https://straypixels.net/swift-dictionary-locking/

There was no operator to set the `SchedulerType` for Infallible. So, I added it.

This resolves issue #2569 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:)'

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies

Need to add the deployment_target for visionOS in Podspec

When using `.seconds(1)`, 2 elements are emitted per second. MRE with problem reproduction: MRE ```swift import SwiftUI import RxSwift import RxCocoa struct ContentView: View { private let valuesObs = PublishRelay()...

Added an example of an application implemented in RxSwift

I always thought it odd that the overlapping buffers which are offered in the core .NET Rx implementation and documented in the [Introduction to Rx](https://introtorx.com/chapters/partitioning#OverlappingBuffers) book are not part of...

enhancement

**Short description of the issue**: With Swift 6 beta coming in June, and its full release in the fall, RxSwift should start offering better compliance with the new Swift 6...

fix this issue https://github.com/ReactiveX/RxSwift/issues/2601#issue-2297554328 - add the deployment_target for visionOS in Podspec - add extra if sentence -> ` if s.respond_to?(:visionos)` because of this issue [pod install not working with...