Alex Krause

Results 5 issues of Alex Krause

The OpenJFX Docs link to this [sample project](https://github.com/openjfx/samples/blob/master/CommandLine/Non-modular/Maven/hellofx/pom.xml) to configure maven to build a fat jar. Uncommenting the graphics dependencies will definitely create a multi-platform jar in the `package` phase,...

Great App. Thank you for this!

Hey there. We are trying to setup doctoolchain in a GitLab pipeline to sync our documentation to Confluence. The `.gitlab-ci.yml` looks like this: ``` .publishToConfluence: image: name: rdmueller/doctoolchain:v2.0.3 script: -...

Hey @neilpa, thanks for building `yasjv`! We are planning to use it in production and wanted to help on the maintenance side. I added `golangci-lint` to CI and bumped the...