Refael Ackermann

Results 70 comments of Refael Ackermann

>> Is this feasible in node-gyp or does the onus fall on the node binary to provide that? > Node would first need to bake them into the binary before...

Hello all, For now we have `.end()`

From what I'm seeing it's a bit more subtle. It seems to me that it does finish loading, but some of the pipes are broken. Specifically it handles key presses,...

> Wonder if there would be any difference? I just don't like "recycling" variables, as per [ES.26: Don’t use a variable for two unrelated purposes](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#es26-dont-use-a-variable-for-two-unrelated-purposes)

> Though you do hide the implicit conversion That's true, but since they store the result of `clamp` I wasn't too worried ¯\\_(ツ)_/¯ > Anyway maybe the whole win_screen_buffer api...

Great minds... I already have a patch in the works https://github.com/refack/GYP/blob/c9aad58fb672f5e40847c5740e26f879da8373a0/gyp/common.py#L742-L759

My instinct is to say - let's get this working with `ninja` first...

I'm working bottom up, so I've added an `msvs-mock` test format that only generates the project files and with some tests validates their content (it does not actually try to...

@jkunkee I've fixed MSVS testing with Python2 in latest master.