-
**Short description of the issue**:
## 1 Case
Looks like `.do(onSubscribed:)` and `.do(onSubscribe:)` don't respect `.observe(on:)`.
example:
```swift
Observable.just("1")
.observe(o…
-
```
DispatchQueue.global(qos: .background).async {
tun2proxy_with_fd_run("socks5://xx.xx.xx.xx:xx",self.tunnelFileDescriptor!,true,true,1500,Tun2proxyDns_Virtual,Tun2proxyVerbosity_Off);
}…
-
Hello everyone, I’m using the TTS feature, but it takes Azure around 1.5 to 2 seconds to start playing the audio.
This results in a poor user experience, as my app relies on users actively listening …
-
Wrong callback is called :
```
public func textFieldDidEndEditing(_ textField: UITextField) {
DispatchQueue.main.async { [weak self] in
guard let self else { return }
isFir…
-
`AsyncQueue` works better with the rest of the Swift concurrency system (eg. priority escalation) and we should use `AsyncQueue` instead of `DispatchQueue` for `DocumentManager.queue`.
-
### New Issue Checklist
- [x] I've Updated SwiftLint to the latest version.
- [x] I've searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues).
### Bug Description
`…
-
See https://forums.swift.org/t/swift-concurrency-roadmap/41611 for an explanation of this pattern. In the long term, Promise should become redundant anyways with the introduction of actor classes.
-
### Steps to Reproduce
1. Open DispatchQueue Xamarin source code
2. Try find for example method Schedule
3. Compare current implementation with documentation on: https://developer.apple.c…
-
**Describe the bug**
As i have added today's custom button in navigation bar so whenever i am tapping on today's button then it is navigating to todays date with showing 12 am on selected event on …
-
### Description
Usage of the exactly equals comparison operator (==) with two Double type operands in a file that uses `import Foundation` causes a compiler error.
### Reproduction
```swift
import…