August Nagro
August Nagro
The JVM starts up very fast these days, and there are many bugs possible from not forking. For example, I just spent 30 minutes trying to figure out why a...
Hi, with my JAVA_HOME set to `/home/me/jdks/loom-jdk-17ea`, Java 11+ apis such as `Path.of(...)` are highlighted red. All setting are default, and using the latest Metals/Bloop version (using Linux).
You could then have the benefit of using the module path for the launcher as well. The exec plugin supports this (see bottom of page): https://www.mojohaus.org/exec-maven-plugin/examples/example-exec-for-java-programs.html
Sorry, another build problem.. [ERROR] Failed to execute goal org.bsc.maven:maven-processor-plugin:3.1.0:process (generate-doc) on project vertx-rx-java: Error executing: java.lang.IllegalAccessError: class io.vertx.docgen.BaseProcessor (in unnamed module @0xc63447a) cannot access class com.sun.tools.javac.code.Symbol$ClassSymbol (in module jdk.compiler)...
A great thing about HTMX is its ability to reduce network round trips and thereby improve performance [1] [2]. However, the ['Click to Edit'](https://htmx.org/examples/click-to-edit/) example still suffers from unnecessary network...
One can use `derives` with jsoniter-scala using a workarround: ``` trait DefaultJsonValueCodec[A] extends JsonValueCodec[A] object DefaultJsonValueCodec: inline def derived[A]: DefaultJsonValueCodec[A] = new: private val impl = JsonCodecMaker.make[A](CodecMakerConfig.withDiscriminatorFieldName(Some("name"))) export impl._ enum...
Hello, SimpleFramework reflectively accesses UUID.mostSigBits, giving a warning in Java 9 (and in a next version of Java will result in a runtime error). Full Error: ``` WARNING: Illegal reflective...
Hi, trying to build the project and many of the bintray dependencies will not download.