John Scott
John Scott
@b-onc, did you have any luck with this? I don’t want to step on your toes if you’ve already got an implementation read to submit to XCGLogger
I'm up for giving it a go, although there's a big different between tracking down a crash and fixing it. If you're able to point me in the right direction...
I've further limited the issue to `adjustClustersAndEdges`: 
I'm not sure, this graph also fails: ``` graph TD; subgraph A subgraph B C end E end A --> D B --> D E --> D // ‼️Node to...