Werner Fouché
Werner Fouché
An initiative to support charts in Asciidoctor is discussed here: - https://discuss.asciidoctor.org/How-to-include-bar-chart-td6030.html - https://github.com/asciidoctor/asciidoctor-extensions-lab/pull/76
Yes, my example was missing the chart specification line. It should have read: ```` [chart,line] .... January,February,March 28,48,40 65,59,80 .... ```` I'll try the proposed workaround, and will report back....
@JordanMartinez, thanks for raising a very import issue but does Git support have to be provided by AsciidocFX? I've been using SmartGit for version control and AsciidocFX to edit my...
@stessy, this plugin works fine with IntelliJ 2021.1.3, but I have had much joy in getting it to work with IntelliJ 2021.2.x
> @wfouche can you explain your problem with 2021.2.x in another issue ticket? https://github.com/docToolchain/diagrams.net-intellij-plugin/issues/104
The newly added ``.sdkmanrc`` file specify the JVM and Maven version requirements. https://github.com/Hyperfoil/Hyperfoil/blob/master/.sdkmanrc Documentation for Hyperfoil should contain the same (or compatible) information, or just recommend using SDKMAN! to setup...
The error could be fixed by: 1. First converting the file path to an absolute path using "new File(filepath).getAbsolutePath()". 2. Check that each dirname in the absolute path is a...
Having per platform JLink-ed versions of JBang should solve the Java runtime issue as well. Has this option been considered? But it will make releasing JBang a more challeging process....
> but what we have on our (long range) radar is to create a native version of JBang. @quintesse , do you intend to create a native version of JBang...
> Quarkus integration not handled (so jbang -t qli test.java; jbang export maven test.java doesnt work) `jbang -t qli test.java` --> `jbang init -t qcli test.java`