UtilFunction

Results 11 comments of UtilFunction

It seems like something changed with 0.33.1 because it still works with version 0.33.0. Tried to find the reason but the debugging messages aren't really helping.

> Solution: use the maven plugin. Agree. It's not only the gluonfx plugin but also the javafx gradle plugin that seems to be doing werid things as [described here](https://github.com/openjfx/javafx-gradle-plugin/issues/156).

Cryptsetup also seems to have added an option to make use of OPAL encryption or both hardware and software encryption in combination. Would be nice if Veracrypt also supported this.

> Are there still users interested in having some kind of proxy/containers integration? Yes, definitely!

Thank you, this is an interesting observation. I have performed the same test on a Linux 6.8-based OS and the results were similar to the first test I performed on...

Actually, the biggest reason to switch to ZGC would be the fact that, unlike other GCs (with the exception of Shenandoah), ZGC immediately returns memory to the OS. One of...

> Have you ever noticed a detectable GC pause in BiglyBT? Because, I haven't. I think I have but it's something I should have to measure objectively. > There are...

I made it work. 1. I figured out which modules are needed by launching ` jdeps -cp .\* -recursive -s .\BiglyBT.jar` which yielded: ``` BiglyBT.jar -> JDK removed internal API...

Yes I am able to install the plugins.

> I wrote a project that worked through JavaFX's media module, Native Image, and was working with the media module. If you are interested, you can come to my Repository:...