Jay Thomas

Results 26 comments of Jay Thomas
trafficstars

How about using [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools)? ```batch npm install --global --production windows-build-tools ```

Can this PR be broken down into more logical chunks? It's a bit overwhelming to review everything and the sheer amount of changes is making it fragile and prone to...

Can you provide more information on how this error can be reproduced? For instance, what scripts/plugins you are using?

If you put version numbers in the file headers as a code comment that would be sufficient for my needs. I do agree that one luarock and one version over...

Definitely more as a development utility, I find it useful to undo a migration when switching branches and code reviewing something, then having the ability to quickly revert back to...

I've had this problem happen with a tracker experiencing network issues but am unable to reproduce consistently.

Saw the error come up again using rtorrent. It turned out the disk libtorrent was writing to was failing. From an end user point-of-view the message was a bit cryptic...

Did you intend to use the `Error` constructor? ```js throw new Error('SLACK_TOKEN undefined. Please add SLACK_TOKEN to the environment variables.') ```

I think throwing an error is best practice, I just meant that you are throwing a string instead of an Error object in your code the way you have it...

@evanyeung you should really tighten the eslint rules on syntax to save some back and forth and keep things the way you like them. For instance, to keep the trailing...