Ulf Rüegg
Ulf Rüegg
I gave Bytecoder (bytecode to js/wasm) a first try but faced some issues. This issue shall track any progress and problems. @mirkosertic FYI (as mentioned this is far from _minimal_...
It would be nice to have have several modules instead of one large file: `core`, `alg.layered`, `alg.stress`, etc. However, I don't see any way to realize this with the current...
Setting `layoutHierarchy` to `false` results in short hierarchical edges not being imported by the `JsonGraphImporter#643`. Theoretically such edges would be supported in this mode (external port dummies would be introduced)....
The build currently fails due to ``` 2021-03-22T03:20:51.0135935Z [ERROR] Failed to execute goal on project org.eclipse.elk.core.service: Could not resolve dependencies for project org.eclipse.elk:org.eclipse.elk.core.service:eclipse-plugin:0.8.0-SNAPSHOT: Failed to collect dependencies at org.eclipse.platform:org.eclipse.ui.workbench:jar:3.110.0 ->...
I'm not sure if this is a good idea though. Breaking an example would mean breaking the build. Although that's the way it works with all the test models as...
Depending on the state of `eclipse.urischeme` and https://bugs.eclipse.org/bugs/show_bug.cgi?id=567244, either revert the workaround introduced in #706 or come up with another solution before releasing the next version.
Consider ``` // TODO only applied to outside labels? spacing.labelNode: 30 nodeLabels.padding: "[top=10.0,left=10.0,bottom=10.0,right=10.0]" node n3 { nodeLabels.placement: "H_CENTER V_TOP INSIDE" label "label1" label "label2" } node n4 { nodeLabels.placement: "H_CENTER...
@le-cds consider this PR a start to the task. I left a couple of `TODO cds` in the diff wherever I wasn't sure. Maybe you can find time to have...
Consider the graph below. It looks as if the label placement code reserves space for a potential _inside north port label_ even though there is no such label. Note that...
#634 and #626 combined port label placement within a single layout option. Yet, the way the various configurations work is not consistent: * inside and outside behave differently by default...