DSoa
DSoa
In a javascript editor inside a function with the following code: ``` for (var i = 0; i < n; ++i) { x[i] = i; } ``` Type "dd" on...
I'm having trouble with the commands to build the examples on Windows. I'm using Python 2.7 on Windows 7. ``` C:\jit>python make.py build Traceback (most recent call last): File "make.py",...
In $jit.RGraph's onClick function, the line ``` var thetaDiff = obj.theta - obj.parent.endPos.theta; ``` is failing because obj.parent = false. To make it work, I needed to move the call...
The levelDistance of circles on the background canvas for RGraph is hard coded to 100. It does not take into account the levelDistance of the graph and cannot be set...
Thanks for putting this together. It really fits a need we have. I noticed your examples do not enforce strong typing of reducer() arguments. The action is passed in as...