Lionel Landwerlin
Lionel Landwerlin
:+1:
Right, maybe a popup or something else? I've lost a few changes because of this, I thought it would be nice to find a better hint.
Even for the live mode?
Wouldn't it be simpler, in a first time, to be able to replay a recorded set of events, with the graph view explicitly showing where the data flows through. The...
By the way, I have timeline component here : https://github.com/djdeath/noflo-tween/blob/master/components/Timeline.coffee
The trick is to pack as many components as you can into a single file, to avoid hitting the disk. Especially on a board with an sdcard for example. Those...
It seems the protocol still misses the method to list running/stopped networks, or am I blind? :)
Ok, that's clear now :) There is still a problem at the moment with the disconnection of the UI from the runtime. When the UI reconnects, it has no idea...
$src_process_id($port)-$dest_process_id($port) should be a pretty good key for this hash table. Used in noflo-runtime-base : https://github.com/noflo/noflo-runtime-base/blob/master/src/protocol/Network.coffee#L49
It's not nodes, but feels pretty close to what you're describing : https://www.youtube.com/watch?v=p7NYgqG0CQ8 If you're ever interested in the implementation : https://github.com/djdeath/noflo-clutter/blob/master/components/WindowOverlapping.coffee The idea is to generate trees of nodes...