Mark Turner

Results 78 issues of Mark Turner

I am working on a project where I need to generate Swift Codable structures from a JSON Schema, and I'm interested in customizing the generated Swift Enum CodingKey raw values....

Appears the `UIScrollView.reachedBottomPublisher` offset is not working as expected. Currently the `threshold` is calculated by using max bracketing on offset of calculating the y to compare using visible height: ```swift...

bug

As defined by Apple documentation, push notifications can contain custom data in the payload: https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html#//apple_ref/doc/uid/TP40008194-CH10-SW1 Since PushNotificationHandler only passes `aps` data to the subscribers, custom data cannot be accessed. https://github.com/gtsifrikas/PushNotificationHandler/blob/master/PushNotificationHandler/PushNotificationHandler.swift#L84

Still needs work. Opening for discussion. #26

- Updates AppCenter SDK to 4.2.0 - Resoles example Flutter V2 embedding.

Struggling to find much documentation on correct way of catching Flutter app errors. Here's what I have: ```dart void main() async { runZonedGuarded(() async { FlutterError.onError = (details) => AppCenter.trackErrorAsync(details.exceptionAsString());...

Google maps can be included as a pod dependency rather than the framework being embedded as part of the pod. Since I use Google maps for other pods, I don't...

We're using a `XcodeBuildToolPlugin` to generate mocks using Sourcery as mentioned in this issue: https://github.com/krzysztofzablocki/Sourcery/issues/1229 This works when running in Xcode, however occasionally when running tests using xcodebuild the following...

## Issue Description **Summary:** SwiftGenPlugin causes Xcode to display a build error with the following message: ``` Internal inconsistency error (didStartTask): targetID (174) not found in _activeTargets. Internal inconsistency error...

It would be great if there were support for Realm's swift objects. https://realm.io/docs/swift/latest/