Dave Syer
Dave Syer
``` $ java -version openjdk version "11.0.14" 2022-01-18 LTS OpenJDK Runtime Environment Microsoft-30257 (build 11.0.14+9-LTS) OpenJDK 64-Bit Server VM Microsoft-30257 (build 11.0.14+9-LTS, mixed mode) ``` > What kind of IDE?...
 Those dependencies are not installed in the local Maven repository. So it's no surprise they are not found. I don't understand how they are supposed to get there. Part...
Sigh. I give up.
The change in #121 (adding print.css) seems to have broken a lot of things for me at least. It looks like quite a lot of the old "@media" settings from...
Gem 22 link: https://github.com/reactor/reactive-streams-commons/issues/21#issuecomment-222080500
Here's the code from Gem 22 (with a concrete supplier and a log instead of using sysout): ``` Callable callable = () -> "foo"; Mono.just("irrelevant").log().map(unused -> { try { return...
I see, thanks.
I want to be able to change the port as well, so I guess I'll have a look at that web_library definition. TBH I'd rather not use Bazel at all...
Great. That could work. You might have to help a bit to get over the initial humps: ``` $ bazel-bin/transpiler/java/com/google/j2cl/transpiler/J2clCommandLineRunner -classpath bazel-j2cl/bazel-out/k8-fastbuild/bin/jre/java/libjre_bootclasspath-j2wasm.jar -d tmp -backend WASM samples/wasm/src/main/java/com/google/j2cl/samples/wasm/HelloWorld.java Exception in thread...
N.B. I removed the "func" classifier and changed the artifactId to add a "-func" suffix instead. So the link above is now like this: https://repo.spring.io/snapshot/org/springframework/experimental/spring-boot-autoconfigure-func/2.3.0.BUILD-SNAPSHOT/