Anton Heestand
Anton Heestand
I see there is a PR with a fix https://github.com/marmelroy/Zip/pull/221
Hi, this error is thrown here: https://github.com/hexagons/SwiftSVG/blob/2fb9da7c69dd8e357a7f64e48f89a1d028d6c900/SwiftSVG/SVG/Elements/SVGPath.swift#L84 What it's referring to is that the argument must begin with the letter "M" (lowercase or uppercase). I ran into the same issue....
Here's a case where I'm sending 1000 values per second. It might be overkill, but there's a crash within 10 seconds. [OSC Thread Test.zip](https://github.com/sammysmallman/OSCKit/files/11315827/OSC.Thread.Test.zip)
I believe the range is out of bounds when calling [replaceSubrange](https://developer.apple.com/documentation/foundation/data/2224106-replacesubrange) in some cases, thereby the crash on this [line](https://github.com/shogo4405/HaishinKit.swift/blob/ec24c44b9422a4391ce1c08bc9cd76364936fc73/Sources/Util/CircularByteBuffer.swift#L95): `self.data.replaceSubrange(capacity - head..
Interesting, I'll try to look into this, thanks!
I think it has to do with high bit graphics, you can force it to 8bit here: https://heestand-xyz.github.io/AsyncGraphics-Docs/documentation/asyncgraphics/graphic/bits(_:)