UtilFunction
UtilFunction
I have reason to believe that there is a problem with the javafx-gradle-plugin that causes it [not](https://github.com/oracle/graal/issues/403) to work with Graal Native. To compile a JavaFX application natively, one usually...
**Problem:** Running `./gradlew nativeRunAgent` results in an error: `Error creating Substrate Dispatcher: java.lang.NullPointerException: Main class name is required`. Main class already defined in the `application` block ``` application { mainClass...
Bisq users have been reporting high RAM usage numbers in their task managers. Currently, Bisq and Bisq2 use **G1GC**, which is currently the default setting of the JVM. Unlike G1GC,...
Cryptsetup has been supporting hardware encryption with TCG Opal-compliant drives since [version 2.7.0](https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.0-ReleaseNotes). The forthcoming [version 41](https://www.phoronix.com/news/Fedora-41-Self-Encrypting-Drive) of the Fedora installer will also support this functionality. It is possible to...
The current packaging of BiglyBT is rather heavy and impractical. [Jlink](https://docs.oracle.com/en/java/javase/11/tools/jlink.html) and [jpackage](https://docs.oracle.com/en/java/javase/22/docs/specs/man/jpackage.html) have been around for quite a while and would improve deployment of BiglyBT. Jlink allows us to...