Tom Kraina

Results 8 issues of Tom Kraina

I have ran across an interesting problem in an app that has Netfox integrated. When I implement the following method from the `URLSessionDataDelegate` protocol, the `Netfox`'s implementation of `URLProtocol` will...

bug

A parameter that contains a reference to a sender (an instance of `THContactPickerDelegate`) is missing in all delegate methods. This violates both the best practice for delegate pattern and makes...

Missing a delegate method that would let the delegate know that a contact picker is not first responder any more. Proposed method signature: ``` objc @protocol THContactPickerDelegate - (void)contactPicker:(THContactPickerView *)contactPicker...

**Tell us how we can improve Xcodes** Please add an option to delete Xcode without putting it to Trash. **Is your feature request related to a problem? Please describe.** Uninstall...

enhancement

### 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 A clear and concise description of...

bug

Swift package and Surge 2.3.2 compatibility

**Describe the bug** CustomDump is not partially useful when dumping `CLLocation`: `customDump(location)` prints just "`CLLocation()`". ```swift import Testing import CoreLocation import CustomDump struct CustomDumpTests { @Test func testCustomDump() async throws...