Jonathan Lee Martin
Jonathan Lee Martin
I'm currently using the amazing [LSEQ CRDT](https://hal.archives-ouvertes.fr/hal-00921633/document) in a collaborative editor, and the new-ish JSON CRDT has me really excited. I'm trying to start on a port to JavaScript, but...
Hey folks, I'm using vim-pandoc for editing a coding book. Most of the book is incomplete JavaScript code samples. It seems that when there is a syntax error in a...
Any interest in publishing this as a CLI tool on NPM? I have have a Travis CI build running on a static site that checks for various errors, and I'd...
I'd love to be able to test this out in an `ember build -e production`, but since it's ember-cli-deploy based I'm not seeing an easy way to check/debug this without...
Large single-page apps, like Ember, will sometimes rerender the same element with the same image. This can cause lots of flickering with lazyload. Also, an image reused throughout the page...
Love the plugin -- makes my NERD life that much better =) Whenever I call: $ mvim /path/to/dir Two NERDTree windows are opened: one on the left that is at...
Hate to be "issue happy", maybe it's a NERDtree issue instead. When I am in MacVim and press "t" to open the selected file in a new tab, MacVim shrinks...
The current use case (AFAICT) for `with()` is to use it where you would call `.toArray()`. However, I'd like to use it on `.get()` queries and in places where I...