Sepand Ansari
Sepand Ansari
Hi, Thanks for open sourcing this project. I am trying to setup knowledge repo for our org and I need to fix and modify few things. Like [this bug](https://github.com/airbnb/knowledge-repo/issues/596) that...
[nw-dev](https://www.npmjs.com/package/nw-dev) reloads nw.js when files are edited. Also F5 reloads nw.js. Just one minor problem: The reload script had to be added to public/index.html and since nw-dev which causes a...
Editor can detect the changes in editor and pass the changes with websocket to the canvas window. In global mode browser window handles the message and updates window.[setup/draw/variableName] accordingly.
Fixes: Support for Right-to-left languages (Persian, Arabic, Hebrew, Urdu etc.) Changes (in 4 commits so review by commit is easier): * Adds `rtl` support: https://github.com/processing/p5.js-website/commit/b65a3738900ae9e3c62af84f27e61baa7768fb60 ([Mirrors](https://www.w3.org/International/questions/qa-html-dir) the page for right...
Pause and volume functions for android
DBSCAN
Thanks a lot for the explanation. It was very useful. This is a suggestion and not an issue. I tried running [DBSCAN](http://scikit-learn.org/stable/modules/clustering.html#dbscan) over the output of t-SNE and the results...
Thanks for the library. `myDate.toISOString().replace(/00.000Z/g, '01Z')` works for passing JS Date Object to timeMachine. (By some reason forecast.io doesn't like 00.000Z second format and it took me a good amount...