Andrew Hart
Andrew Hart
I've attached the entire project - upon running it you should run into a crash with the error: `Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index...
``` print("value: \(-0.117113), json: \(JSON(-0.117113)), array: \(JSON([-0.117113]))") ``` the `value` and `json` are printed correctly, as `-0.117113`. Array is printed with the value as `-0.11711299999999999`. This doesn't happen with every...
I'm able to reproduce this reliably right now, so I'm happy to follow any instructions to help debug this further. It seems that GEOSwift gets stuck in an infinite loop...
My polygon CGPoints: (0.0, 0.0), (0, 4.6849846839904785), (-3.7979183197021484, 8.482921600341797), (-8.482903480529785, 8.482928276062012), (-13.167887687683105, 8.48293399810791), (-16.965824127197266, 4.685009002685547), (-16.965829849243164, 0), (-16.965837478637695, -4.684959888458252), (-13.167911529541016, -8.48289680480957), (-8.482927322387695, -8.482903480529785), (-3.7979419231414795, -8.482909202575684), (0, -4.6849846839904785), (0.0, 0.0) My...
let lineSegment1 = Metron.LineSegment(a: CGPoint(x: 5.203594207763672, y: 3.6903457641601562), b: CGPoint(x: -9.671459197998047, y: 9.507403373718262)) let lineSegment2 = Metron.LineSegment(a: CGPoint(x: (3.9301047325134277), y: 3.930098295211792), b: CGPoint(x: 3.930110216140747, y: 8.778124809265137)) let intersection = lineSegment1.intersection(with:...
I present ImagePickerSheetController with animation set to true, but what happens instead is I see perhaps the last frame of an animation in. The background color fades in, but the...
I don't know what additional information to provide here, as it's happened in a number of different situations. With a large or very small data set, Turi Create Visualisation remains...
The new events APIs require a JSON body to be attached to each request, for example with Direct Messages: https://dev.twitter.com/rest/reference/post/direct_messages/events/new There doesn't appear to be a working way to do...
This library is awesome. Can't wait to see it grow. I'm using this in a messaging app, and the only part missing is I need to know the size of...