Tony Stone
Tony Stone
**Describe the solution you'd like** Add checks specifically for iOS that monitor the protected state of the log file currently being written to and only write when it is available....
**Describe the solution you'd like** In order to control and limit space taken on disk for files written with the `FileWriter`, we should have a way to control the number...
In order to support the transmission of objects in binary to systems with differing endianness, support should be added to choose the Endianness for encoding/decoding.
## Description Added the UnifiedLogWriter, which writes to the Apple Unified Logging system. This is only available on Apple products. ## Motivation and Context Give users of TraceLog for Apple...
A comprehensive test suite needs to be developed for all variations of geometries for the intersects function.
The OGC standard states for Collection types > By the nature of digital representations, collections are inherently ordered by the underlying storage mechanism. Two collections whose difference is only this...
Add to protocol `Geometry` and all implementing types with the syntax: ``` func intersection(other: Geometry) -> Geometry ```
When Apple ApplicationServices is imported either directly or indirectly (XCTest imports it indirectly) code using GeoFeatures can not resolve our Polygon. We get the following messages. We need to decide...
Implementing isSimple with complete tests for all Geometry types.