John Neffenger
John Neffenger
*svgcleaner* removes the content of the `metadata` element even when the option `--remove-metadata` is set to `no`. The input file is the [example from the documentation](https://github.com/RazrFalcon/svgcleaner/blob/master/docs/svgcleaner.adoc#remove-metadata-element): **input.svg:** ```svg image/svg+xml ```...
This pull request allows for reproducible builds of JavaFX on Linux, macOS, and Windows by defining the `SOURCE_DATE_EPOCH` environment variable. For example, the following commands create a reproducible build: ```console...
The Windows build calls a series of batch files to get the Visual Studio paths and environment variables. The batch files are a black box: any messages they print are...
Fix two errors in package names: 1. java.lang.IllegalStateException: Location is not set. The application loads the FXML resources relative to its own package org.openjfx.hellofx, but the resources are not found...
The [NetBeans Modular Maven](https://github.com/openjfx/samples/blob/master/IDE/NetBeans/Modular/Maven) sample project fails to run and prints the exception shown below: ```ShellSession $ mvn clean javafx:jlink ... [INFO] BUILD SUCCESS ... $ target/hellofx/bin/launcher Exception in Application...
A few weeks ago, the Mapnik background tiles started showing up blank. I preferred Mapnik over the other two map layer choices because they also have problems. The OpenCycleMap view...
HEVEA fails to recognize the tag names and comments in HTML source code that is typeset using the *listings* package. The example input file to reproduce the problem is included...