Christophe Porteneuve

Results 76 comments of Christophe Porteneuve

Hey Marijn, First, a boatload of thanks for every awesome JS stuff you do: Eloquent JS, CodeMirror, Tern… the list keeps going :smile: I'm trying to properly set up Tern...

So am I, OSX. Mavericks and ST2, specifically. ## Christophe Porteneuve [email protected]

Hey Marijn, Thanks for looking into this. The complete project is actually on GitHub: https://github.com/tdd/node-demo Also, I'm on Mavericks but on ST2 (still prefer it to ST3, I guess), so...

Hey there, Well I'm on Mavericks/ST2 now, using nvm. I put my `tern_command` setting in my user prefs: ``` json "tern_command": [ "/Users/tdd/.nvm/v0.10.26/bin/node" ], ``` …since then, basically any attempt...

(Also, it used not to work because indeed it couldn't find my `node` binary).

Sounds like the debouncing need illustrated in many other issues about "typing fast"

Hey Dan, Indeed the source says so, but if you look closely, they strip in-string errors, not in-comment ones. Will send a PR upstream. Thanks for your time! On Mon,...

Hey @Flet, @feross and team. So this got dealt with in eslint/eslint#5367, which is on track for inclusion in the next ESLint release. However, to avoid making it a breaking...

Hey @feross, following up on our discussion on Twitter, we *hadn't* closed the loop on this: I had done the work upstream in ESLint to make the rule accept an...