Michael MacFadden
Michael MacFadden
One more bit of oddness. In the `order(g) {}` method the following code exists: ```JavaScript for (var i = 0, lastBest = 0; lastBest < 4; ++i, ++lastBest) { sweepLayerGraphs(i...
It turns out that they layer has indices that are not set. ``` [ ... 63: "_d80132" 64: "_d80243" 65: "_d80267" 66: "_br85745" 78: "_d80668" 79: "_d80670" 80: "_d80672" ......
Putting this all together here is what is going on in the layout method: 1. The `nestingGraph()` function creates nodes like `{width: 1, height: 1, borderTop: "_bt109526", borderBottom: "_bb109527", minRank:...
Upon further inspection, when `initOrder()` is called, it looks like all the nodes in the graph get put into ranks and orders, and the layering matrix is completely populated. However,...
After much work, I have been able to reproduce this issue in dagre directly. There is gist that demonstrates the issue. The graph structure is pretty simple. 23 total nodes,...
It might be related to the lack of connected DAGs, however, I have several other instances of not-connected DAGs that work. In fact, in my reproducer, removing any one node...
Thanks for the comment. This issue is specifically around structure rich text. We have rudimentary support for HTML based editors using our Dom Utils. There is a Froala example here:...
Thanks for the question. We don't have this capability today. Convergence generally assumes that you have application infrastructure that would usually take care of that. Most of our users have...
Thanks for reporting the issue. There are a couple things that could help. 1. Could you provide the Docker command you used to run the container. 2. Are there any...
An example exception that can be produced if trying to open a model that is presently open by another session but deleted: ``` Unable to get the valueIdPrefix for the...