Michaël Zasso

Results 1686 comments of Michaël Zasso

So basically you would like Node.js to automatically load something from a global predefined place when it starts?

@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): ![CleanShot 2025-12-04 at 10 34 46](https://github.com/user-attachments/assets/9315e2bb-4230-4ee4-848b-59f0abe6fa49)

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...