Eric Drechsel
Eric Drechsel
It seems like it's important to get started on this sooner rather than later, lest Vimperator get marooned on old Firefox. I don't have experience developing Firefox addons, but I...
@ChimeraCoder great to know there's a start of a Vimperator-alike using the high-level APIs. I'm of two minds: - switching APIs seems like an excellent opportunity to start with fresh...
Also thanks @ChimeraCoder, @kevincox for the helpful responses.
> In addition, a brand new implementation at this time is kind of stuck in a weird place since the XPCOM APIs that we're relying on right now are being...
Agreed, vim bindings are all about spatial mapping. J should go left, K right. All other vim browser bindings I've used are mapped this way.
I'm guessing @extemporalgenome's original question was "How can an fsnotify user listen for changes to a single file in a way that works with all [the various text editors' save...
@nathany thanks, #17 is just what I was looking for. It seems like file watching works across atomic saves on OSX (the watch stays with the path, even though the...
For anyone migrating, I wrote a small script to convert Jekyll post metadata to the Harp format: https://npmjs.org/package/jekyll2harp
Not to keep this thread going, but I'd like to point out that the ordering of keys in a JSON object is not guaranteed, and in fact many intermediate representations...
I am also irked that my .git folder is ending up in www. There are a lot of ways in which the "root style" is more natural :elephant:, but root...