Oleksii
Oleksii
In line 139 of GPSLocationRequest.swift there is a check for horizontalAccuracy ``` guard data.horizontalAccuracy
Thank you for maintaining a great and useful library! I was happy to see that it now also supports GPX 1.0 files but my first attempts to parse one failed....
On devices with force touch increasing the pressure leads to touchesMoved callback which invalidated touch data required in touchesEnded to inform a delegate. After this change coordinates are taken into...
### Steps to reproduce: 1. Open https://app.quicktype.io/ 2. Enter this JSON as the model: ``` { "double_value": 0.0 } ``` 3. Generated codable: ``` struct CustomModel: Codable { let doubleValue:...