-
I'm having some trouble with flowhub's math/sendNumber component sending a string of the number that is input into the "number" input. I finally got it into a state where it would save the commit to …
-
This means that if a _single_ component fails to load, then any FBP client which expects componentsready, like Flowhub or fbp-spec will fails to talk to the runtime.
Because there is no stack associa…
-
This makes it easier to use a custom registry (for integration with org/location specific services) with the standard Flowhub apps, without having to maintain a separate webui, Chrome, Android app...
-
We should make a staging site that gets deployed with every push to master.
-
Primarily enabling Travis for the repo and setting up a GH_TOKEN (for gh-pages deploy)
Enabling Travis for the very first time still has some extra setup I believe. That can happen outside Flowhub by…
-
See: https://github.com/noflo/noflo-canvas/issues/191
and associated PR: https://github.com/noflo/noflo-canvas/pull/192
There is a compatibility issue with the latest version of node and the canva…
-
Here is how Flowhub triggers fbp-spec (with a pre-existing runtime connection): https://github.com/noflo/noflo-ui/blob/master/components/RunTests.coffee
However, the results are inconsistent when sho…
-
With [Flowtrace](http://github.com/flowbased/flowtrace) we have a way to persist traces of a network execution. fbp-spec should make use of this to allow debugging after failing test runs.
For each c…
-
`graph:addnode` request sends a response immediately on receiving instead of waiting for the async action to be completed. This causes race conditions when for example followed by `graph:addedge` comm…
-
**Is your feature request related to a problem? Please describe.**
Please create a new release, i.e. a git tag
**Describe the solution you'd like**
Having a new git tag
**Describe alternatives…