Henri Bergius

Results 282 comments of Henri Bergius

@automata that might be interesting for space-saving! Original plan looked like this: ![ArrayPorts](https://camo.githubusercontent.com/660dfa0ffefd855ef44bed646bc26ffd5df79c13/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333334362f3734333130312f33326266666361342d653365302d313165322d393537612d6465316630373063633533622e706e67)

We can also utilize the `source` and `getsource` methods of the FBP API here, and show a source code card for the component, or a graph preview for subgraph

At least for now you can delete the local graph and it can be pulled in on the next sync. Similarly, you can pull over it if there are newer...

Idea: specify "breakpoints" in edge metadata, then make runtime automatically dump a flowtrace when these are hit

Here is a vim FBP highlighter: https://github.com/ninegrid/vim-fbp In action: ![screenshot 2014-01-02 at 21 52 36](https://f.cloud.github.com/assets/3346/1835471/d68266ac-73ef-11e3-911b-7d0a909d99f5.png)

FBP syntax highlighting rules for the ACE editor: https://github.com/johnrees/visualize/blob/37692009de167ca2b9864ca39d3d0a9ee12da6e5/browser/mode-fbp.js

Potentially useful also: [supervisord example](https://github.com/c-base/c-flo/tree/master/config/supervisord)

@ensonic in the _fluxify_ branch we're already transmitting the loading state to the UI, though not yet visualising it in any way. Spinning that button might indeed be a good...

Two cases where this might be good to use: * There are packets on the edge that user hasn't seen yet (the packet inspector not open, etc) * When hovering...

This is something we took into account with the [runtime protocol](http://noflojs.org/documentation/protocol/#runtime). However, it is not yet utilised in either the runtimes or the UI