Werner Fouché

Results 16 issues of Werner Fouché

Is it possible to support: ``` :xrefstyle: full ``` to show the section number in cross refererences to sections in the same document? See https://docs.asciidoctor.org/asciidoc/latest/macros/xref-text-and-style/

# Enhancement Idea This is more a question, than a bug report. I'd like to create charts in Asciidoc in IntelliJ. With the Asciidoc extension in Chrome the following chart...

enhancement
good first issue

Makes it very easy to bootstrap the project after freshly cloning the source code. Simply run: ``` $ sdk env Using java version 17.0.10-tem in this shell. Using maven version...

I wonder if it is possible to display the name of the Asciidoc file in which an error is found? ```` May 17, 2023 5:14:00 PM uri:classloader:/gems/asciidoctor-2.0.18/lib/asciidoctor/parser.rb next_section WARNING: :...

IntelliJ will automatically choose the correct JDK version to use (if .sdkmanrc is present), or from the command-line run sdk env. ``` $ sdk env Using java version 11.0.22-tem in...

Upgrade Kotlin from 1.8.22 to 1.9.24. We do not yet upgrade to Kotlin 2.0.0, giving it more time to mature.

```` $ sdk env Using java version 8.0.412-zulu in this shell. Using maven version 3.9.8 in this shell. ```` ```` $ mvn package [INFO] Scanning for projects... [INFO] Inspecting build...

Code like the following appears in Hyperfoil using the System.currentTimeMillis() function to calculate elapsed time. ```` long elapsedMs = System.currentTimeMillis() - absoluteStartTime; ```` But we know that System.currentTimeMillis() is not...

See https://github.com/orgs/jbangdev/discussions/1909 for a proposal to add Jython support to JBang.

ideas