Alexander Wunschik

Results 72 issues of Alexander Wunschik

It looks like highlighting a channel does not work anymore!?

bug

One user reports: > Sometimes bubbles get disconnected from the lines and stuck in the field.

bug

Step forward/backward through a series of animation steps like this: ```js var presentation = [ [ "CREATE_NODE", "Alice" ], [ "CREATE_NODE", "Bob" ], [ "OPEN_CHANNEL", "Alice", "Bob", 5, 0 ],...

enhancement

The moving of beads is still buggy: ![peek 2018-06-26 11-11](https://user-images.githubusercontent.com/600565/41901682-d77dd78e-7931-11e8-8850-59177f136366.gif)

bug

* [ ] find a path by a given source- and a target-node. * [ ] make it possible to define custom routing algorithms. * [ ] Highlight a path...

enhancement

see https://bl.ocks.org/mbostock/9656675

enhancement

* [ ] make it possible to visualize AMPs

enhancement

It would be nice to have a verbose event logging

enhancement

It should be possible to chain function calls: ```js bn.addNode("Alice") .addNode("Bob") .addChannel("Alice", "Bob") .delay(2000) .moveBeads("Alice", "Bob", 2) .delay(2000) .moveBeads("Bob", "Alice", 1) .delay(10000) .restart() ```

enhancement

bootstrap-select >= 1.13.0 has Bootstrap 4 support. We should update!

bug
enhancement