via-guy
via-guy
In my project I have the following in my `Package.swift` ```swift dependencies: [ .package(url: "https://github.com/ReactiveX/RxSwift.git", "6.0.0"..
## Summary Remove `@_spi` for `ScannedCard` properties. Fixes #2484 and #2875 ## Motivation In order to autofill our card entry form we need the scanned details, but for some reason...
What | Where/Who ------------------|---------------------------------------- JIRA Issue | [JIRA_TICKET_ID](https://leanplum.atlassian.net/browse/JIRA_TICKET_ID) People Involved | @via-guy [Notes on PR descriptions](https://leanplum.atlassian.net/wiki/spaces/PR/pages/288424408/Creating+a+GitHub+Pull+Request) ## Background Sorry, I can't open tickets or anything, I just needed to create...
**I'm submitting a ...** - [x] bug report **Current Behaviour** Compilation warnings are thrown for documentation: ***SKTConversation.h*** In protocol `SKTConversationDelegate` for function `conversationListDidRefresh:` the `@param` value uses the type and...
Fixes #495
In line 227 of `IASKAppSettingsViewController.h` we have the following declaration: ```objc @property (nonatomic, assign) IBOutlet id delegate; ``` This causes the `delegate` reference to be unowned, which can lead to...