Christopher Jeffrey (JJ)

Results 98 comments of Christopher Jeffrey (JJ)

Hey man, They took private messaging off of github, unfortunately. I've gotten pretty big into node.js over the past 2 years. Had no idea I would see you here eventually!...

Hey Tivs, if you're ever on freenode, I'm chjj.

Cool. I'll keep an eye out. I'll be hangin out on there, if you ever want to reminisce about the old days, . ;p

> There are two solutions for this: > . > > either Flash No. > making diff to the content before the paste event and after it What you have...

You can change the colorscheme globally by altering the first 16 members of the `Terminal.colors` array. ``` js Terminal.colors[0] = '#000000'; Terminal.colors[1] = '#ff0000'; etc... ``` For the default foreground...

There _is_ a way to set a PATH-like variable on windows (I've done it before, but sadly can't remember how), but I'm really not a windows guru. Stackoverflow might have...

I'm mostly interested in the SIGCHLD code. If we could get that into a separate PR, that would be good.

@harrypujols, could you post the npm-debug.log? It looks like npm is trying to read from it to display some more useful output, but it can't because you don't have the...

Certain things like the [reference combinator](http://www.w3.org/TR/selectors4/#idref-combinators) (since it's the syntactically weirdest combinator so far) and the subject selector will require internal changes. They can't be done from the outside as...

The CSSWG seems to have changed the subject selector again: http://dev.w3.org/csswg/selectors4/ .