Josh Junon

Results 739 comments of Josh Junon

> Note: issue posted by @zlumer in the deprecated "color" repository on Jul 14 '16. I don't see that issue anywhere in the issues tracker - apologies if it got...

Aha, gotcha. :) I'd be down to change the coefficients in `color`. The note about the current coefficients being archaic and geared towards NTSC phosphors is quite interesting - it...

I'm with this. I usually document as ``` coffeescript ## # @param {[type]} data [description] someMethod: (data) -> # ... ``` Having to do `###*` using the multi-line comment block...

This is planned behavior on their end, they intend to merge this. It's just that Ninja is nearly a dead project at this point (the milestones haven't moved in years)....

Not really because that would mean the user would have to specify those on the command line whenever they built something, which means if they missed one (of potentially hundreds)...

Multiple build system interop with lots of submodules. "Hundreds" might be an exaggeration but the point still stands. It's not ideal but writing a parser for CMake, Makefile, Bazel, Buck,...

The way it's intended to be treated is as if all of the ninja `rule`s/`build`s were in the same `build.ninja` file but 1) had their paths adjusted (or had an...

Oh right, forgot about variables. Variables should be namespaced too, absolutely. The goal is that this operates as if you called `ninja` on them separately, but are still integrated into...

@krlvi this was related to #3620 right?

@Byron since #3620, is this fixed? If so, should we close this or do you want to keep it open to track an upstream change?