Matt Arnold

Results 15 comments of Matt Arnold

Yes, but I find clear knowledge of the model objects used by the templates to be non-obvious (plus I'm not a handlebars expert). Is the model documented somewhere?

Okay, it seems the internal model used by the handlebar templates bears some resemblance to the JSON output produced by the --json option, yes? That's great, but it doesn't really...

@satazor, I could take a stab at it. I see the modifications needed in `node-cross-spawn` should be pretty simple. Something like... just avoid branching to the existing ENOENT shimming logic...

Thanks for the reply. > This module is not designed to call cmdlets as they are not cross-platform, meaning you shouldn't use cross-spawn in these scenarios. It is not PowerShell...

I assume any supporting infrastructure that somehow runs multiple invocations of Mocha, somehow getting them to each run their own "portion" of the overall test suite, would be able to...

(I initially filed this issue.) I have already gone ahead a written a simple merger for my purposes. It doesn't do nearly all the things I suggested in my original...

Please see my related request in issue #172.

My example using the individual files (`foo.js`, etc.) was just to keep things simple. Your points about what might be considered good or common source code organization are well-taken, but...

Yes, running either `./gradlew run` (which, as shown, proves the build works and the app runs) or `./gradlew build` before attempting to debug makes no difference. Both `run` or `build`...

Fwiw, in the meantime, my VS Code has also updated itself to `1.32.3` (like @bachratyg), but this has made no difference. @bachratyg is also running on Windows, while I am...