Vladimir Sibirov
Vladimir Sibirov
Hello fellow Gophers! I apologise as this project slipped out of my scope for several years. I still have some ideas and plans of maintaining it, but I need some...
Using @oleksandr's [fbp package](https://github.com/oleksandr/fbp) it would be nice to add .fbp graph definitions support as well as .json.
7 years after starting this project, after writing and maintaining some FBP apps in production, after collecting feedback on this project (#48), it's time to propose the design for v1.0...
Once we have a framework to turn a visual graph into a running app, the next step is to let different flow-based apps talk to each other by means of...
Implement a runtime for [Flowhub](http://flowhub.io) / [NoFlo-UI](https://github.com/noflo/noflo-ui/) using the [FBP Network Protocol](http://noflojs.org/documentation/protocol/) and WebSockets.
NoFlo UI talks to the application's main graph via runtime protocol. GoFlow currently creates the main graph in plain Go, but we could add support for the main graph in...
Make all functions return error objects rather than bool and panics. Provide error messages which can be displayed e.g. in Flowhub rather than just console.
As we have figured out in a series of discussions on the FBP mailing list, one of the major problems with NoFlo-UI for designers of data processing systems, including large...
I'm trying to use Foundation Icon set together with Foundation itself to make clickable icons, but there seems to be a problem: the links are not clickable in Google Chrome....