Juha Karttunen
Juha Karttunen
Thanks for very helpful little project! I just ran into Excel not opening the CSV file, bur displaying it as plain text. Turns out that _european_ version of Excel want...
Cool project, I need this! The rotate icon should have those little arrows to make it clear what it is about.
If user uses Tab to move focus to menus, it would make sense to move the menu focus with arrow keys
The black dots are in correct position, but the line segments are drawn way off.
When running ./setup.sh, i get ```` Generating RSA private key, 2048 bit long modulus ..................................................+++ .....................................+++ e is 65537 (0x10001) + openssl req -sha256 -new -key key.pem -out csr.pem -config...
Whats missing for IE9 support Anything we can do?
The test at http://jsperf.com/dom-vs-innerhtml-based-templating/413 seems to be broken, maybe update it to working one?
The overflow state may also change if the element container size changes, without window resize event. Suggestion: use https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver instead of window resize listener.