Geordie J
Geordie J
## 🐛 Bug It's not possible to convert the Silero VAD model to work with CoreML or with other conversion tools. ## To Reproduce Steps to reproduce the behavior: Create...
**Describe the solution you'd like** It's unclear how to upload debug symbols for NDK libraries for use with crash reporting in `dd-sdk-android`. That gives me the impression this is not...
We updated to macOS Sequoia and are trying to get SwiftWasm working again in this environment. After installing a Swift release toolchain ([6.0.1](https://download.swift.org/swift-6.0.1-release/xcode/swift-6.0.1-RELEASE/swift-6.0.1-RELEASE-osx.pkg)) and a matching SwiftWasm SDK, we are...
Hello, I have been working on Swift Package Manager build of XNNPack, so far for Web Assembly (with options for scalar, simd, relaxed-simd). I plan to expand this to support...
First of all, please let me say congratulations and thank you for your fantastic project. It's very professional and a lot of fun to use! **Describe the bug** While editing...
Hallo aus Berlin @fabianfett, We're interested in using `JSONValue` with Embedded Swift to manually encode and decode values like in your [example](https://github.com/swift-extras/swift-extras-json/issues/64#issuecomment-691687899) here. We could just "rip out" the bits...
**Type of change:** Feature ## Motivation (current vs expected behavior) - Add a simple CPU-only (for now) CAGradientLayer and the beginnings of a GPU implementation. - Add layer flattening -...
# Language: Swift ### Current Implementation ```text let rounds = 1_000_000_000 var x = 1.0 for i in 2...rounds+2 { x *= -1.0 pi += x / (2.0 * Double(i)...