Phil Beauvoir
Phil Beauvoir
Hi, > 1. Select any object (e.g., business actor, application component) I assume you mean a diagram object in a View? > 3. Try to paste in the same or...
Perhaps something has changed in your configuration or installed software or there's something stopping objects being copied to the clipboard. Do you have some software installed that might interfere with...
> I started IDE Eclipse an old eclipse version on my OS that doesn't run because wanted JVM 21 or greater. I edited How does that affect Archi? What has...
Assuming this is resolved now.
It would be better to remove the setting altogether. Then the JVM will allocate 25% of available memory.
This might be a limitation in the `GraalVM` engine (jArchi uses version 22.3.0) or it might be something else. If a JS expert could help here that would be nice.
One thing that concerns me is whether using asynchronous code will mess up the order of commands. This is important for undo/redo and getting things in the right order.
> but I have a feeling that this issue might be solved by switching to a newer version of Graal/GraalJS. I've pushed a new branch `graalvm-latestversion` with the latest version...
I can get Case 1 and Case 2 working by (a) providing the `setTimeout` function above and (b) wrapping case 2 in an `async function`: ```js const JavaThread = Java.type("java.lang.Thread");...
Hi, the Documentation field only supports plain text. Only hyperlinks are rendered. > If no formatting is currently possible, the feature request is to make this possible with either markdown...