spranger
spranger
I have a List of man Labels I want to "tooltipsy" , and each tooltip get its content via ajax-call. In the .tooltipsy()-function an ajax-call is made on setup, even...
if there are only Speakers all named exactly the same (at least 2), the sorting fails with Caused by GroovyCastException: Cannot cast object 'null' with class 'null' to class 'int'....
Hello, I use the new version 0.5.1 of grand-graph: ```python from grand import Graph from grandcypher import GrandCypher from grand.backends._sqlbackend import SQLBackend backend=SQLBackend(db_url="sqlite:///demo2.db") G = Graph(backend=backend) G.nx.add_node("spranger", type="Person") G.nx.add_node("meier", type="Person")...