Results 99 comments of James Campos

maybe something like livescript's [CoffeeScript to LiveScript Conversion Guide](http://livescript.net/#coffee-to-ls) (gorillascript reminds me of livescript)

tty.js passes options to socket.io, which can configure transports. the following is untested, but should work: ~/.tty.js: ``` { "io": { "transports": ["xhr-polling"] } } ``` https://github.com/chjj/tty.js#configuration https://github.com/LearnBoost/Socket.IO/wiki/Configuring-Socket.IO#server

i can reproduce, with just `up`

https://github.com/sjl/learnvimscriptthehardway/commit/f9fdced0d32d91fc50f6d23ff31e72f1d92af8b6 > I don't have time for PRs, sorry

I would like the word plus its definition saved to a file, then I can trivially make flashcards out of that. I don't think `trans` itself should be a flashcard...

I'm looking for reasons to use a translator other than Google Translate, which right now beats everything else just based on speed.

you could use [codemirror](https://github.com/marijnh/CodeMirror) instead of `contenteditable`