Mirko Sertic

Results 80 comments of Mirko Sertic

@jsutherland-llnw Please see @myartsev comment about a workaround for this issue.

In the meanwhile, there was progress for MacOS builds. Please checkout the latest Github Actions build located here: https://github.com/mirkosertic/MogwaiERDesignerNG/actions/runs/86752811. It includes Windows,Linux and MacOS artifacts.

I don't know. Without logs, this is hard to investigate.

I don't have a Mac handy here, but I guess the Console app is a place to start. Do you have some User Reports there?

The Build is not signed at the moment for MacOS.

Quick test result negative: sertic@LAPTOP-AR198CF9:/mnt/d/IdeaProjects/MogwaiERDesignerNG/target/staging$ ~/graalvm-ce-1.0.0-rc16/bin/native-image -cp $(echo lib/*.jar | tr ' ' ':') -Djava.library.path=./java3d/linux64 de.erdesignerng.visual.ERDesigner Shutdown Server(pid: 1172, port: 52829) Build on Server(pid: 1536, port: 53192)* [de.erdesignerng.visual.erdesigner:1536] classlist: 18,560.12...

well, the SingleClassEntryPoint looks like it was intended to write only the required classes as JavaScript. I fiddled around with it a few hours but still do not get how...

That would be great! Here is a short blog entry about perfect caching: https://blog.oio.de/2014/10/01/javascript-caching-adopting-perfect-caching-for-js-apps/ We should implement something like this i think.

Well, perfect caching will save client server roundtrips. The JavaScript is downloaded ONCE to the client and then cached forever(as long the user does not clear the history). Using a...