Josscii

Results 9 issues of Josscii

如题,不知道你有没有发现这个问题? ![image](https://user-images.githubusercontent.com/6898115/27595466-597160ba-5b8f-11e7-83b0-e7988eec3a5e.png)

during file transcribe, it is more convenient if we can get callback of a TranscriptionSegment, the TranscriptionProgress is not that helpful.

enhancement

https://github.com/argmaxinc/WhisperKit/blob/3ebfa142a0e181668882e8e1c54088a528e2907b/Sources/WhisperKit/Core/Audio/AudioProcessor.swift#L416-L426

bug

### bug description Tried a lot of bilibili video links on cobalt.tools, it report error as follows: `i don't see anything i could download by your link. try a different...

bug

https://github.com/FlineDev/HandySwiftUI/blob/47dc334071cbee50e84bba7a540954d68acd5a5e/Sources/HandySwiftUI/Modifiers/ViewExt.swift#L234-L245 Is there a specific reason? AnyView seems not good at performance.

ViewBuilder is more recommanded to make conditional views than AnyView.

Describe the bug dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "channel", intValue: nil)], debugDescription: "Failed to decode String value from key: link", underlyingError: nil)) To Reproduce https://feeds.listennotes.com/listen/the-pod-luck-club-RV5g9NISeoB/rss/ Expected behavior parse success Actual behavior parse failed...

bug

Since `ggml-blas` on apple platform use `Accelerate` cblas_sgemm, which require os version to iOS 16.4 or higher, is there any way we can backport for this situation, and support it?