Graeme Wicksted

Results 30 comments of Graeme Wicksted

few things to check: inside of nodejs, (if you can put in a `console.log` in your grunt script that would be ideal) what is the output from `console.log(process.cwd());` and `console.log(process.env.PATH);`....

Thank you @ralfstx for bringing this up! Since the release, I have been away from the grunt ecosystem and bogged down. 2.0.0 was developed due to the need for some...

Diffs for the two more recent majors (changelog is a bit more work and will unfortunately have to wait until I have more time): [v1.0.1 to v2.0.0](https://github.com/jharding/grunt-exec/compare/v1.0.1...v2.0.0) [v2.0.0 to v3.0.0](https://github.com/jharding/grunt-exec/compare/v2.0.0...v3.0.0)

Correction to @kobalicek 's comment: the segment is `ds` not `es`. I agree with @kobalicek regarding removing `xlatb` since it is the alias mnemonic for the no operand form of...

Error code 99 from pngquant means: > If conversion results in quality below the min quality the image won't be saved (if outputting to stdout, 24-bit original will be output)...

An alternative would be if `DotNetChecker.nsh` be changed to break up the check/download/install actions into individual macros with the current `CheckNetFramework` performing all 3 (when required). Then applications with `RequestExecutionLevel...

P.S. I know this configuration may be considered "invalid" but, if so, it should probably result in an error explaining what the issue is.

@nathanhleung it is possible PR #38 fixed this