Michaël Zasso
Michaël Zasso
So basically you would like Node.js to automatically load something from a global predefined place when it starts?
I know nothing about LTO
@joyeecheung The improvements on macOS probably come from `'enable_lto': 'true'`, not the gcc config changes.
@hamed-musallam There's a failing E2E test that's easy to reproduce (just draw where there is no peak): 
Indeed, windows-1252 is not exactly the same as latin-1. How is it that the `DecodeLatin1` is called for that encoding? @anonrig
I can't reproduce these changes locally.
CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3661/ CITGM v24.11.1: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3662/
Release 📦 : https://ci-release.nodejs.org/job/iojs+release/11445/
`toBuffer()` encodes the image (to PNG by default) and returns a Buffer with the encoded data. If you want to get a Uint8Array with the pixel data, the method you're...
Note that the debug build is unable to run anything: ``` ➤ out/Debug/node -p 42 # # Fatal error in ../../deps/v8/src/objects/transitions.cc, line 687 # Debug check failed: TransitionArray::kNotFound != new_target_index...