Jacob Beard

Results 21 comments of Jacob Beard

Here are the floating point coordinates: ```json { "id": "root", "labels": [ { "text": "root" } ], "edges": [ { "id": "a:0", "source": "a", "target": "a2", "labels": [], "sourcePort": "a_enter0",...

@paulmelnikow Can you confirm that the idea behind this PR is to work around small numerical precision differences in Numpy 1.19 between your local OS X development machine, and the...

I am fine with this fix, but I wonder if it would be better to regard it as a workaround to a regression in numpy. Do you think this is...

Let's confirm with upstream numpy that this is the expected behavior going forward, then merge this PR into our codebase.

I tried setting hierarchyHandling to `INCLUDE_CHILDREN` using the `defaultLayoutOptions` option of the ELK constructor. This resolved the issue of parents targeting children, but created an issue of children targeting parents....

@le-cds Please let me know if I can provide additional information to help reproduce this