William Huey

Results 2 issues of William Huey

In the [index.js](https://github.com/stephenmathieson/node-ansimd/blob/6c61abdc94b46677e26f1333d7d6e73104efcbdf/index.js#L165), of this module, the octal literal is causing an error in 'strict' mode. I encounter this error when using babel and webpack to compile js output. If...

I am getting a Jade warning when trying to output raw content to a template when passing in a value to a helper function (obfuscatedEmail is the helper function). ```...