Andrew
Andrew
Any files not checked into version control are likely to not be good candidates for formatting. Please follow `.gitignore` conventions and skip formatting any JavaScript files blacklisted from version control.
Please exclude `node_modules` directories by default. These represent third party source files, which are difficult and inadvisable to format externally.
Some devs have pre-minified files to serve, like self-hosted jquery.min.js, or bootstrap-min.css. What's a good rule to apply to save some CPU cycles and not re-minify these file patterns? ......
When using the more recent Node.js versions v0.12, v4, or v6, node-gyp presents errors during compilation of the mhash wrapper, due to how the Node.js engine C API has changed...
I'm keen on seeing a release that includes the fix for #18. When will mhash see a new release on NPM?
When supervisor listens to fs events on a directory, all of that directory's directory and file descendants should also trigger execution. Currently, `.` does not appear to relaunch my application...
`ansicon.exe -i` is cool, but I thought I would automate installation a bit more. I created some MSI installers that automatically place the associated ansicon files in `Program Files`, add...
Could we get an ISO published for Guix on HURD, to make it more accessible?
Hi, This excellent tool appears to be broken in recent Go editions. I am unable to install the gotpl CLI tool due to how the YAML package dependency resolves. `go...
This enables users to supply values more easily, with `-e "some_key: value"` YAML snippets. This removes the need for tricky workarounds such as: * `echo -e "some_key: value\nanother_key:value" | gotpl...