Thomas Kratz
Thomas Kratz
I tried the following setup with dem hello world example: ``` tasks.withType().configureEach { kotlinOptions.freeCompilerArgs = listOf("-Xplugin=${project.rootDir}/create-plugin/build/libs/create-plugin-all.jar") } ``` The Plugin seems to get activated, but the code is not beeing...
I really think there is a point in running the tests with native image, as we can detect many configuration errors that happen only at runtime.
Are there any known workarounds? Nothing happened on the eclipse bug so far.
This helped, but did anyone manage to get karma loading the sourcemaps for the unit-tests?
Is this one going to be integrated at some point?
is there any progress on this? atm it seems a little broken to me. Broken means it doesn't work when the adoc file is not in the root of the...
I have asciidoc files that are in some subfolder of the project. I found that the completion seems to resolve the files and folders to the root of the project,...
The attribute is defined in the same file. You can see that in the first screenshot. Plus I think that relative includes are always resolved to the directory the file...
Yes. I had some older version of projecteur on 21.04, updated to 0.9.2 when I found that it doesn't work anymore, but that did not help ... :) Let be...
Is there a way to generify the rule that "permissions" will always be "permissionsList" in the proto? (and vice versa). Otherwise I've updated the example from the pr#25 feedback. Thx.