istinnstudio
istinnstudio
useful feature
It would be great if it could recognize continuous "//" multi line comments but why not be able to do it on "/**/" commented parts also. It would be useful...
x64 but win7 (!), netbeans 12.5, java17, Semeru IBM Runtimes (openj9), could it be win7 OS related? is there any internal dependency that needs something newer like maybe directX12 or...
I see, unfortunately I cannot test it in an other system at the moment, I will report back if it will happen. dll info shows: ``` OPENGL32.dll wglGetProcAddress Ordinal: 0x0163...
The message from an alternative jvm. Now it is "Can't find dependent libraries" ``` Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Users\...\AppData\Local\Temp\skija_0.100.0\skija.dll: Can't find dependent libraries at java.base/jdk.internal.loader.NativeLibraries.load(Native Method) at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388) at...
https://skia.org/docs/user/special/angle/ https://groups.google.com/g/skia-discuss/c/TGBzojV7Ygs/m/TDWDgOZPCQAJ?utm_medium=email&utm_source=footer I guess there could be a build for older GPUs based on dx11
update: The project https://github.com/micycle1/processing-skia loads its bundled skija dll OK, the version for windows linked at the releases page here: https://github.com/micycle1/processing-skia/releases/ the bundled version is 0.90 a version with a...
https://github.com/RuedigerMoeller/fast-serialization/issues/306#issuecomment-719535746 .. a way to develop a converter between different versions, reposting the link.
"there is a branch targeting java 17". I am not sure if this is something really worth to do, but (I think) I have easily managed to back-port the "memory...
Strong Encapsulation in the JDK Java 17 LTS It is a funtamental change for security reasons and probably will stay for ever. This probably means that "--add-opens=...." will follow all...