Andrew

Results 287 comments of Andrew

If something might break, add more tests. As long as the coverage is high, it's okay to refactor!

Please submit a tested security patch. Another option involves publishing a patched fork of this dependency package, and then publishing a patched downstream package. Had to do that many times...

Disregard that. Not a good posture.

The public git history is one form of credit in the open source world. I haven't maintained an explicit list of authors, but neither do I maintain an explicit CHANGELOG...

fpm can help to automate the process of generating OS packages for llvm-mingw. https://github.com/jordansissel/fpm

https://github.com/fishbar/jscoverage/pull/41

Good progress so far :) > toml is not yet supported as an output format Next, would love to see this added as a built-in capability as well.

By the way, the presence of an `MSYSTEM` environment variable is a decent way to manually detect MinGW/cygwin environments. Hope that helps!

I see that Go standard library's `os` package provides this functionality. https://pkg.go.dev/os Can we please add a Kill() method to the mitchellh Process interface, to match the capabilities of the...