Finn Voorhees
Finn Voorhees
I think this change drops signals that occur when a device is offline. Signals are popped and attempted to be sent, and if there is an error they are added...
I'm also struggling to understand the relationship between artboard + animation, following `Example-iOS/CustomRenderer` it seems like to do this I would want to setTime on animation, apply animation to artboard,...
@atiorh Wondering the same thing about iOS 16 support, I did a find and replace on the availability attributes from 17->16 and it seems to still build fine, but I'm...
Thanks for the info! We can definitely split the audio and transcribe in chunks ourselves, but what I like so much about WhisperKit is how it handles all the annoying...
Took a stab at this but it looks like XcodeProj doesn't support editing group order / any group edits at all at the moment, so might need some changes to...
There's methods that Tuist uses to create groups / add files to a group ([see here](https://github.com/tuist/tuist/blob/e6d9acb6fcf521c67eb14e9ae8b64d706e0a16d8/Sources/TuistGenerator/Generator/ProjectGroups.swift#L72-L94)), but there isn't any way to modify the order of files in a group...
Replacing `dependencies` with `[.product(name: "whisper", package: "whisper.spm")]` should fix it. You can then `import whisper` to use.
This package is just a wrapper around the `whisper.cpp` files/headers. It seems like you are following the `whisper.cpp` `whisper.swiftui.demo` app, which defines `WhisperContext` [here](https://github.com/ggerganov/whisper.cpp/blob/master/examples/whisper.swiftui/whisper.cpp.swift/LibWhisper.swift). You should be able to get...
Ah nice, is there any recording of this presentation? Since this is all implementation details internal to PlaydateKit I don't really mind how we deal with unsafe pointers, but wrapping...
@DivineDominion that all sounds good to me, happy to accept any PRs for this