paulyoung / noflo-wirepattern-addressable-port-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoFlo "wirepattern addressable port bug" demo

This project demonstrates how an information packet isn't being converted into an object with array indexes as keys when sent from another component.

Reproducing the issue

First, install dependencies:

$ npm install
```

To see the expected behavior, run:

```sh
$ npm run-script iip
```

To reproduce the issue, run:

```sh
$ npm run-script ip
```

About

License:MIT License


Languages

Language:CoffeeScript 100.0%