fbp-graph icon indicating copy to clipboard operation
fbp-graph copied to clipboard

FBP graph library for JavaScript

Results 15 fbp-graph issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.13 to 17.0.24. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=14.18.13&new-version=17.0.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

Hi. I need to add metadata while adding the node that. For example const graph = new noflo.Graph('My graph'); graph.addNode("Square", "square") while doing this I need to add some data...

Now calling `addEdge` multiple times with same data causes edge to be duplicated.

Some ports can be of type 'object' or 'array' which means it should be possible to send an empty array to them. When doing so in the noflo-ui you get...

Looks like we need a more-specific version of [Graph.removeEdge()](https://github.com/noflo/noflo/blob/db95c95152a6001adcd901dce3a4227259c9d9bb/src/lib/Graph.coffee#L495-L527) for edges with index. (moved from https://github.com/noflo/noflo/issues/254)