John Scott

Results 4 comments of 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`: ![image](https://user-images.githubusercontent.com/528531/219960496-d7963c62-ec38-4955-b148-fb4cd7942b3b.png)

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...