Specifically, there are issues around: - the Trickle.call().with() sequence which creates a node but returns a graph. - the fact that with() takes Graphs as parameters, but of course an edge in a graph goes from one node to another, not from a node to another graph.
Specifically, there are issues around: