Matti

Results 63 comments of Matti

Every implementation module could expose "java service loader" services (https://docs.oracle.com/javase/9/docs/api/java/util/ServiceLoader.html). In the `JAsync.from` method you fetch all implementations of the converter interface and check if any of them supports the...

`Promises.from(Mono.delay(Duration.ofSeconds(2))).await();` probably needs a shortcut like `JAsync.sleep(2)`. I know it's a little bit constructed but nevertheless I almost always see it at least once in every codebase πŸ˜…. I think...

Should this be compatible with the eclipse compiler? On the command line with maven the build runs fine now. But in vscode I get these build errors: ``` !ENTRY org.eclipse.jdt.ls.core...

just the regular java extension from redhat

so developing with Eclipse and vscode is not supported? I really don't want to use the java compiler, because it lacks a lot of features compared to ejc. Especially build...

Have you ever considered to just use the regular ecj through the maven-compiler-plugin and a post processor to process the .class files afterwards. It's actually quite straight forward to do...

The problem with `const FileClass = Java.type("java.io.File")` is that is has no type! I think there is little chance that a generated java import would conflict with a real typescript...

this is the initrd I was using: http://ftp.debian.org/debian/dists/stretch/main/installer-armel/current/images/kirkwood/netboot/marvell/sheevaplug/uInitrd I was following this howto: http://www.cyrius.com/debian/kirkwood/sheevaplug/install/ (SheevaPlug without eSATA)

I have a macbook pro 13β€œ early 2015 (10.15 beta, intel iris 6100) and canβ€˜t get 4k 60hz over my dp to hdmi 2.0 adapter. When using windows 10 via...

I just downloaded liku.kext and whatevergreen.kext and placed both in /Library/Extensions. Then I used hackintool to fix kext permissions , reboot and done 😊