Henri Bergius
Henri Bergius
@automata looks very nice! We need to be able to store stuff like this as high-res images
Similarly, if guv can't talk to the message queue, we should report that as an outage
Actually, the way this works in NoFlo is: * Regular inports can have as many connections as you like, but don't care about which connection a packet came from *...
@baffelli with named ports you're going to have to know beforehand what ports you need. Addressable ports are useful for things like router components where you may want to configure...
@jonnor the "cover editor" deals with starred blocks, so they're already in the `content` array. And easy to get from there: ``` coffeescript coverBlocks = item.content.filter (block) -> block.starred ```
Blocked by arbus/grunt-aglio#27
Additionally, it might be cool to associate a tab with the vessel's `navigation.state` and switch automatically when that changes. See https://github.com/meri-imperiumi/signalk-autostate for a plugin that sets the navigation state automatically....
Here's another one done in React that I've been sketching https://meri-imperiumi.github.io/webapps/?path=/story/wind-display--with-apparent-wind-and-speed-and-waypoint Source code: https://github.com/meri-imperiumi/webapps/blob/master/src/components/WindDisplay.jsx
Sounds like slightly overlapping functionality with https://github.com/the-grid/iconographer ?
Another interesting thing would be to request a set of frames and get an animated gif containing those, kind of like how Google+ does video previews