Anton Heestand

Results 7 issues of Anton Heestand

Hi, there seems to be a complication error on line 379 in Zip.swift ``` Value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer' ```

Cartfile: `github "Legoless/LegoCV"` Command: `carthage update --platform iOS` Error log: > *** Skipped building LegoCV due to the error: > Dependency "LegoCV" has no shared framework schemes for any of...

Hi, this lib is awesome! Would be nice to be able to include it in projects where I'm using Swift Packages over Pods. Thanks.

We have two types: [Graphic](https://heestand-xyz.github.io/AsyncGraphics-Docs/documentation/asyncgraphics/graphic/) & [Graph](https://heestand-xyz.github.io/AsyncGraphics-Docs/documentation/asyncgraphics/aggraph/) The graphics are the source of the graphs. I want to make versions of all graphics as graphs. Polygon Example: Graphic: [polygon(...)](https://heestand-xyz.github.io/AsyncGraphics-Docs/documentation/asyncgraphics/graphic/polygon(count:radius:center:rotation:cornerradius:color:backgroundcolor:resolution:options:)) Graphs:...