Results 44 issues of Ben Nortier

A la Shapesmith v1, it was quite useful to copy and rotate around an axis

feature

Progress indicators for rendering and Ajax calls

feature

When a variable is created and the name entered, moving to the expression input marks it in red.

enhancement

https://waffle.io/

In the graph replacement algorithm this used to be the code: ``` javascript var fromHash = fromGraph.hashForId(id); var toHash = toGraph.hashForId(id); if (fromHash !== toHash) { listener({vertexReplaced: {from: fromGraph.get(id), to:...

feature