Mark Lee
Mark Lee
I don't believe that a new minor version is warranted. From what I can tell of the [version diff](https://github.com/KokaKiwi/rust-hex/compare/v0.3.2...v0.4.0), the `hex` crate moved to 2018 edition and added no_std support,...
This is fine, but my intention to fix it was to add some sort of GitHub Action to automatically fix rustfmt changes as they appear in master.
For some reason this isn't triggering a Travis CI build, which is required for this particular change. I'll need to find some time to figure out why that is.
It did, but it's not showing up as a GitHub check? There's a linting issue in the main branch: https://travis-ci.org/github/malept/crypto-hash/jobs/695853671 - I'll fix when I find some time.
Can you explain why this is a hack?
I'm happy to take a pull request for this. Please make sure that it gets documented in the README, too.
@facekapow I found a further bug in the Linux support, which only shows up if you don't have `gksudo` installed. If you fast-forward merge [my commit](https://github.com/malept/electron-sudo/commit/73d135de6f0da7abb7e2b3cee9aa3a1d3fd4e4db), it will fix that...
Generally speaking, instead of adding a new pair of options, I'd prefer to have `unpack` and `unpackDir` be enhanced to take an array of globs in addition to a single...
You can't with the current API, certainly. Given the [ASAR format](https://github.com/electron/asar#format), how feasible is it to even implement?
We'd be happy to review a pull request to update the API docs for `asar.extractFile`.