Thomas Kratz
Thomas Kratz
**Is your feature request related to a problem? Please describe.** I try (and fail desperately) to create arrow meta plugin for the JS target. **Describe the solution you'd like** I'...
I am trying to compile mockito with mock-maker-proxy with graalvm native image, and I got stuck with the plugin mechanism (At least the stacktrace point to that). (In preparation for...
It would be great to have wrappers for the TestUtils from react-dom. Is something like this on the Roadmap? I could help with this, but I still fail to run...
In the docs there is a note that tasks for running the tests are created, but I do not see how to configure them to actually run the tests. The...
I spent quite a bunch of hours figuring out that `kotlinOptions.outputFile = "$project.buildDir.path/js-tests/${project.name}-tests.js"` is needed for running tests. Could you please add that to the docs?
In JSDOMBuilder event listeners get added by setEvent. ``` else -> path.last().setEvent(event, value) ``` In case of a vaadin-text-field, that needs a custom 'change' event however this does not work....
## Why the new feature should be added When running Intellij through Jetbrains Gateway, I would like to be able to change the editor font size. I'm not sure, maybe...
**Description** I installed projecteur-0.9.2_ubuntu-21.04-x86_64.deb, and updated my machine to 21.10. w/o Projecteur running I can move the mouse and use the next/back button. when I start projecteur, the highlight apperears...
I would like to suggest to show only relevant suggestions on include/image/video. Preferably the file suggestions should appear before the attributes that may be relevant. @Mogztter suggested https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/ then we...
In asciidoc.provider.ts [ const globalVariableDefinitions = documentText.match(/:\S+:.*/g)](https://github.com/asciidoctor/asciidoctor-vscode/blob/b65f1c171ce828e71f784cfdf8c5f2bc6e429f66/src/providers/asciidoc.provider.ts#L69) leads to duplicate entries in the suggestions when i define an attribute in the same file. ```adoc :srcdir: ../two include::{srcdir}/ ``` ![Bildschirmfoto vom...