Henri Bergius

Results 282 comments of Henri Bergius

Some thoughts in https://github.com/jonnor/fbp-diff

@visionmedia great! It would be good to support the new Express 3x feature (`req.accepted`) _and_ connect-conneg (`req.acceptableTypes`). Want a pull request?

@forresto there is certainly lots of performance optimization work there that can be done. But first, let us have everything working with #28 reliably :-) Another interesting side-effect of zoom...

@forresto good point, let us go with fixed then

Read the related NoFlo issue noflo/noflo#62 to see a little bit more on this

I like being able to collapse groups! This would bring us the _inline subgraphs_ capability that @subtleGradient has been asking for. Want to do a proto?

Sounds good! I've written some of my thoughts about the requirements for a flow-based programming editor in bergie/noflo#1 For what it is worth, here is the NoFlo JSON format: https://github.com/bergie/noflo/blob/master/examples/linecount/count.json...

@brianchirls you could go even further, and do eventing for things like: - node crashed - packet transmitted in a connection Especially for the packets a "step debugger" mode would...

@brianchirls yep, not actually touching how data flows inside a FBP framework, but instead hooking to it using some sort of observer-kind of API.

CSS rules for quick proof-of-concept: ``` css .dataflow-graph:hover { zoom: 1.2; } .dataflow-graph { transition: all 0.5s ease; } ```