Results 144 comments of breandan

Quick update: We recently release a [new plugin](https://plugins.jetbrains.com/plugin/20776-idiolect) along with some example commands in [the docs](https://github.com/OpenASR/idiolect/blob/master/docs/example-phrases.md). If you get the chance to try it out, it would be great to...

Thanks for your feedback and sorry about the delay. We recently rewrote Idear from scratch using the [Vosk speech recognizer](https://alphacephei.com/vosk/) and published a [new plugin](https://plugins.jetbrains.com/plugin/20776-idiolect) along with some example commands...

I also noticed the latest build on Maven Central seems to be [`0.3.38`](https://search.maven.org/artifact/com.alphacephei/vosk/0.3.38/jar).

Not sure if this exactly the same issue, but let's fold this discussion into #331. Thanks for reporting.

Here are the edited contents of my .MPartStack in dropins - looks fine in Windows 8. ``` .MPartStack { font-size: 9; font-family: 'Segoe UI'; swt-simple: false; swt-mru-visible: false; swt-tab-renderer: url(bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.CTabRendering);...

The scroll bars are not themed either. ![unstyled elements](https://f.cloud.github.com/assets/175716/14972/b16843d6-46d3-11e2-820a-ef999102a6b7.png)

I think `org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10` is a transitive dependency from KSP which conflicts with the [KSP library integration method](https://github.com/Kotlin/kotlin-jupyter/blob/master/docs/libraries.md#adding-library-integration-using-ksp-plugin). I found KSP is also inherited from some standard Kotlin dependencies, I found...

Hi Illya, thank you very much for investigating. I tried updating to `0.11.0-136-1` and commenting out the `kotlin-compile-testing` dependency as you suggested, however this produced a [Gradle internal error](https://gist.github.com/breandan/5b14bf1e5829d37e0e767f94987e7f35) and...

After reading this thread and skimming through #14716, I must confess I still a little unsure how the scores for multi-masked prompts are computed. Based on my understanding, for a...

Okay, that seemed to partially fix the issue. I was able to build the Docker image successfully, however Docker for Mac does not support `/dev/snd` and I have not tried...