Trey Ethridge
Trey Ethridge
Line 440 of WebSocket.swift causes a warning in Xcode. The warning is "Initialization of 'UnsafePointer' results in a dangling pointer". strm.next_in = UnsafePointer(inflateEnd) It is just a warning, but it...
🌈 # Report ## What did you do? - I created a xcframework for handling ogg files. I then copied [this sample cocoapods podspec](https://github.com/CocoaPods/CocoaPods/blob/master/examples/Vendored%20Framework%20Example/Example%20Pods/VendoredFrameworkExample.podspec) and updated the path to the...
Please update the multiplatform docs to explain that you have to use expect/actual to get an instance of the file system. I assumed I was missing something since all of...
I'm hoping to use ktcc to convert an entire c-library (Opus) to Kotlin. I've downloaded the ktcc code and then ran the example commands to generate Kotlin from the c...
I created a project using the new Compose multiplatform template creator (https://kmp.jetbrains.com/). I then integrated libres and added an image. I added a composable function under commonMain in the composeApp...
I'm hoping that you can provide more information on how SVG images should be handled for a multiplatform project that targets Android and iOS. I've included a SVG file that...