breandan
breandan
@Ciel-MC Thanks for pointing this out. The tag placement rules were most likely lost during one of the multiple rewrites over the years, however we should restore the original behavior...
I was able to successfully run the Whisper.cpp [stream demo](https://github.com/ggerganov/whisper.cpp/tree/master#real-time-audio-input-example), but am unable to build the JAR on my machine. At first I encountered `Execution failed for task ':javadoc'` (full...
Hi Sergey, thank you for documenting this behavior. I would like to fix it, but as far as I have [tried](https://github.com/acejump/AceJump/issues/415#issuecomment-1495333028), I have been unsuccessful in finding the API endpoint....
Oh, I see you moved to Gradle. Congrats man! I just asked [on the forums](https://intellij-support.jetbrains.com/hc/en-us/community/posts/12490896530578-How-do-I-locate-the-currently-focused-editor-in-popups-and-other-IDE-panels-) as @karollewandowski suggested, let's see what they say.
Hi @alexeygrant, thanks for reporting. I am unable to reproduce this issue as described on AceJump `3.8.14` with IdeaVim `2.3.0` running on `#IC-231.8109.175`. I tried (1) activating AceJump in normal...
Thanks for reporting. Can you suggest a reliable way to locate the current editor? As suggested by the [developer documentation](https://plugins.jetbrains.com/docs/intellij/working-with-text.html#obtaining-a-caret-model-and-selection), we are currently using [`AnActionEvent.getData(CommonDataKeys.EDITOR)`](https://github.com/acejump/AceJump/blob/64ad5039f2318df6eaa8467c7fd97116c187333d/src/main/kotlin/org/acejump/action/AceAction.kt#LL29C29-L29C29) to retrieve the editor, but...
Now that GitHub Actions has [free MacOS M1 runners](https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/), it should be possible to automate the release process for all targets.
May be unrelated, but it would be nice to have hooks into the Jupyter notebook rendering system in order to display custom result types (e.g. [`Javascript`](https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#IPython.display.Javascript), [`Latex`](https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#IPython.display.Latex), [`Markdown`](https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#IPython.display.Markdown), [`SVG`](https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html#IPython.display.SVG)) similar...
Thanks for your feedback and sorry for the delay. Long story short, 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...
Hi folks, apologies for the delayed response. Long story short, 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...