Samael
Samael
0.5.6 is available on https://code.dlang.org/packages/ddbc now
this should be sorted in the pods code but I suspect there may be some postgres specific changes that are needed for your scenario. If you have time please checkout...
both midi files and midi devices. I was hoping to make use of an old Roland keyboard I have. In the past I've used C# when working with midi, I'd...
I've just hit this bug. A settings.xml file is optional so the plugin should not assume it exists. Rolling back to 0.0.6 sorted it.
Why hasn't this simple but correct information been merged?
IDEA: 2022.2.3 plugin: 1.28.3 ``` com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation at com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:67) at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:844) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:792) at com.intellij.psi.stubs.StubIndexEx.getContainingIds(StubIndexEx.java:350) at com.intellij.psi.stubs.StubIndexEx.processElements(StubIndexEx.java:157) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:99) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:87) at io.github.intellij.dlanguage.stubs.index.DPublicImportIndex$Companion.getAllPubliclyImported(DImportIndex.kt:54) at...
or better still, add support for windows images. I just wasted an hour trying to work out why I can't boot from a windows install I wrote using Media Writer....
any chance of getting that PR rebased and merged in?
I installed `1.17.1-SNAPSHOT` and added `requires org.jsoup;` to a module-info in a project. Added some code to parse html of a page and extract elements. ``` final org.jsoup.nodes.Document doc =...
potentially. It would make sense if the module name and the OSGI bundle match up. I suspect the cause of the [BEANUTILS-523](https://issues.apache.org/jira/browse/BEANUTILS-523) bug may have been down to the maven-bundle-plugin...