Tim Baumann
Tim Baumann
My [Halma Telegram Bot](https://github.com/timjb/halma) uses this library.
@dogonthehorizon Yes, you can include my project in that list!
@harpocrates The problem only occurs when using `file://` URIs to view local documentation, since in that case it is not possible for the documentation page to access other resources with...
@harpocrates Okay, that's interesting. I've found the [relevant page on MDN](https://developer.mozilla.org/en-US/docs/Archive/Misc_top_level/Same-origin_policy_for_file:_URIs) documenting the same-origin policy of Firefox for file URIs. It basically allows pages to access files in the same...
This is also needed for calling the [grabCut](http://docs.opencv.org/3.0-last-rst/modules/imgproc/doc/miscellaneous_transformations.html#grabcut) function: it expects a mask matrix whose values have special meaning.
This issue should be closed because #1081 has been merged, right?
The keyboard input part is addressed by https://github.com/SReichelt/slate/pull/87.
It really depends on your use case. If you want to be able to replay every single keystroke in the history of a document, you have to save every single...
The demo depends on the most recent (not yet released) version of `ot.js`. Run this to update the dependency: ``` rm -R node_modules/ot git clone https://github.com/Operational-Transformation/ot.js.git node_modules/ot ``` The demo...