Hallvard Ystad
Hallvard Ystad
qt4 is no longer in Ubuntu (cf. https://discourse.ubuntu.com/t/removing-qt-4-from-ubuntu-before-the-20-04-release/12295). Could this extension be made working with qt5 instead?
**Describe the bug** When running a large java app using the ZGC garbage collector, the VisualVM tab VisualGC falsely claims it doesn't support the running JVM (whereas actually, it's the...
In the following code, I never reach the final line: ``` // quoted key containing an '@' is alright: Config config = ConfigFactory.parseString("\"hah@a\": hehe"); System.out.println("config.root().render(): " + config.root().render()); // Config's...