Petr Kungurtsev
Petr Kungurtsev
# Feature request I am not sure if this is a feature request or a bug report. I'd consider both. There was a fix introduced in #1424 that effectively mutates...
Thanks very much for this tool! I am wondering if it would be possible to convert the Enum values in the field description from boxes to text on double click,...
The README example fails with a `KeyError`: ```python >>> from graphcanvas.api import GraphView, graph_from_dict >>> g = {'a':['b'], 'b':['c', 'd'], 'c':[], 'd':[]} >>> GraphView(graph=graph_from_dict(g)) Traceback (most recent call last): File...