Matthew McEachen
Matthew McEachen
Average colors for most images are muddy brown. The dominant color for an image is found by [extracting the most-used color from a reduced-palette](http://www.imagemagick.org/discourse-server/viewtopic.php?t=28963) (or "quantized") version of an image....
Thanks for this work! Is there an API to switch the result buffer to render 128 bit or 256 bit hashes? Providing an `HHResult128` or `HHResult256` to the constructor should...
Node 10 isn't getting security updates anymore (and hasn't for a while--it was dropped from [the LTS graph](https://nodejs.org/en/about/releases/)):  (The latest version of Mocha, v10, dropped support for node 10,...
First off: thanks for Nearley! :100: Great work. When using moo as a lexer, Nearley's call to `lexer.has()` in `ParserRules` are going to behave unexpectedly: [`.has()` just always returns true...
Steps to reproduce: 1. Use Firefox 79.0 (I'm on Ubuntu, but OS shouldn't matter) 2. Navigate to https://letsencrypt.org/donate/ 3. Pick an option (I picked $50) 4. Click the CHECKOUT button...
Thanks for making this package! :beers: This PR should have no functional changes--it's just packaging and dependency updates. - adds some missing `devDependencies` (I suspect the author had them installed...
See https://exiftool.org/forum/index.php?topic=16271.0 for details. Fixes https://github.com/exiftool/exiftool/issues/273
This adds the ability to add arbitrary patches to the SQLite source to work around issues like #1208 (which is still an issue with today's new release.
Looks like https://github.com/motdotla/dotenv/commit/dbb50ee902820cc0a188ab7a60ea08645372b293 replaced `(?:^|\A)` with `(?:^|^)`, and similarly, `(?:$|\z)` with `(?:$|$)`. These non-capturing groups are equivalent to the simple symbol they wrap. I thought maybe you were trying to...
Addresses #998