Johnson Sun

Results 97 comments of Johnson Sun

Hi @isaulv, thanks for rekindling this discussion. Studying the implementations in other languages before proceeding seems like a promising approach. If you came across any new insights or potentially better...

> Some additional feedback related to torch: > > * CUDA-Q kernel supported by torch.autograd (and potentially torch.optim) would be the best option for building classical layers, and CUDA-Q kernel...

Maybe visit [Zenodo](https://zenodo.org/account/settings/github/) and login using GitHub? It has a step by step guide there.

Can you switch to your default keyboard by pressing: and then switch back and take a screenshot?

Thanks for providing the screen recording. I think it might be related to the screen size of your phone... What's the model of your phone? I'm thinking of using an...

Without thinking too much, I guess this issue may be related to the Exception thrown here: https://github.com/j3soon/whisper-to-input/blob/6495487afec37a4d47511c8a0917395cb8ecd308/android/app/src/main/java/com/example/whispertoinput/WhisperTranscriber.kt#L76-L78 The exception may cause the `onStartTranscription` to fail and make the `WhisperInputService` requiring...

Quick note: Displaying exceptions with toast messages are available after #23

Thanks for the quick reply! Just resolved the conflicts and updated the docs. It's also worth noting that these two PRs only fixes #44 for GitHub repos, not for GitLab...

As @ijsun mentioned, this issue may be caused by not updating the `versionCode` in commit bb2fed8773513b6b33dc2561bd7e4e1cec88a901. @tigerpaws01, let's bump this number in the next release to see if it fixes...

Aside from needing to update `versionCode`, the APK should also be signed by the same key to fully resolve this issue. Since v0.2 is not signed, this issue can only...