Rony Fadel
Rony Fadel
fadel.io/missioncontrolplus and fadel.io/batteries
Output of "dclass UNUserNotificationCenter": `(lldb) dclass UNUserNotificationCenter error: error: warning: :406:92: format specifies type 'int' but the argument has type 'unsigned long' [returnString appendString:(NSString*)[[NSString alloc] initWithFormat:@"\t\t%d\t%p\n", bprot ? bprot->count :...
I'm seeing a crash when emptying all text, when accessing `message[0]`. Worked around here: https://github.com/mchakravarty/CodeEditorView/compare/main...ronyfadel:CodeEditorView:main
Would it be possible to produce shorter segments? (some are way too long)
Hey there, the timestamps in my tests seem to be much less accurate than similar implementations (whisper.cpp or openai/whisper)
RevenueCat's RCPurchasesErrorCode is directly displayed to hundreds of thousands of users daily. It's a shame that the errors aren't localized. Furthermore, some errors (e.g. storeProblemError) have underlying errors which would...
Is this expected? I'm on master, commit hash: `59119f4f20b27` Machine: Apple M1 Pro, 14-inch, Sonoma 14.3.1 Logs: ``` whisper_init_from_file_with_params_no_state: loading model from 'ggml-large-v2.bin' whisper_model_load: loading model whisper_model_load: n_vocab = 51865...
I can select "Hebrew" from the language menu at https://replicate.com/openai/whisper. Logs: ```Running predict()... Transcribe with large model Traceback (most recent call last): File "/root/.pyenv/versions/3.8.15/lib/python3.8/site-packages/cog/server/worker.py", line 209, in _predict result =...
I'm trying to run inference on Silero VAD using MPSX (https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx) but it's failing with: ``` result: failure(MPSX.OnnxError.unsupportedOperator("Equal")) ```
### Platform macOS ### Environment Production ### Installed Swift Package Manager ### Version 7.31.5 ### Did it work on previous versions? _No response_ ### Steps to Reproduce If I try...