VAndrJ

Results 5 issues of VAndrJ

Swift does not support @abstract and other directives, leading to quick reference documentation problems in Swift code. Example: This PR updates the ASDisplayNode.h documentation comments and adds information for some...

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()...

Set to `Light` `Appearance` in `Info.plist`. The `navigationBar` was configured programmatically for iOS > 13. To fix the following issues if the dark theme is selected: ![appearance_issue_0](https://github.com/user-attachments/assets/8985f27d-7414-4940-89ec-04277a74b84e)

The current implementation of `ASCollectionNode` conforms to `UIGestureRecognizerDelegate`, which in turn inherits `MainActor` ``` @interface ASCollectionNode : ASDisplayNode ```