idiolect icon indicating copy to clipboard operation
idiolect copied to clipboard

🎙️ Handsfree Audio Development Interface

Results 31 idiolect issues
Sort by recently updated
recently updated
newest added

Pycharm 2018.3.5 fails to start thin plugin. Full stacktrace: ``` 2019-03-12 09:36:06,957 [ 3656] ERROR - nSystem.impl.ActionManagerImpl - com/johnlindquist/acejump/config/AceConfig [Plugin: com.jetbrains.idear] com.intellij.diagnostic.PluginException: com/johnlindquist/acejump/config/AceConfig [Plugin: com.jetbrains.idear] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:149) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:471) at...

bug

no mic button on toolbar, goland. basically cant even use this at all wtf

Current download size is >150MB, every plugin update requires this full download and this might be challenging for some users depending on their connectivity. If possible, download (`com.intellij.util.download.DownloadableFileService`) and store...

Integrate [`mozilla/deepspeech`](https://github.com/mozilla/deepspeech) ~once real-time streaming inference is implemented~. Depends on mozilla/deepspeech#847, mozilla/deepspeech#1275 edit: It appears that DeepSpeech now supports a [streaming API with Java bindings](https://deepspeech.readthedocs.io/en/v0.7.0/Java-API.html), but only for Android. [JVM...

enhancement

See [this code snippet](http://javafaq.nu/java-example-code-738.html) for implementation details. Related to #40.

feature

[IDEService](https://github.com/breandan/idear/blob/8113b4d94ce6adc4adeea87e7d6c5f7390e14424/src/main/java/com/jetbrains/idear/ide/IDEService.java) currently uses an [unorthodox method](https://github.com/breandan/idear/blob/8113b4d94ce6adc4adeea87e7d6c5f7390e14424/src/main/java/com/jetbrains/idear/ide/IDEService.java#L52) to invoke custom actions that is scheduled to be deprecated in the near future. We should be using [`ActionManager.tryToExecute`](https://github.com/JetBrains/intellij-community/blob/506a2a8ccf8b0c83e8381559c69c29e6ca93fc33/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/ActionManager.java#L150-L151) instead.

enhancement

Almost any action with plugin throws: `Write access is allowed from write-safe contexts only. Please ensure you're using invokeLater/invokeAndWait with a correct modality state (not "any"). See TransactionGuard documentation for...

bug

This looks like a very interesting project, but I'm having trouble getting started. Installing the plugin works, but after restarting, nothing seems to happen. Are there any prerequisite steps before...

bug

There's no mention in the docs on how to actually enable / use the plugin. E.g. ------- # Using Once you install the plugin you can start talking directly to...

bug

As I work through the commands in ASRControlLoop and convert to code for Lambda it occurred to me that a better way of going forward would to adapt the CMU...