Michaël Zasso

Results 1686 comments of Michaël Zasso

I've set up the connection for `@node-core/utils`:

I guess we could, but you can also do `decode(new Uint8Array(await file.arrayBuffer()))`

Yes. Image formats are handled by the various decoders and we use `IOBuffer` to read them (Even a 16-bit image is not decoded entirely by reading 16-bit values). It doesn't...

I think it will still have to make a copy.

Blending relies on the alpha value, so your test case doesn't look right because it has fully opaque pixels in both the target image and the color to paint.

Why not? It's a wip feature, behind a flag and our minimal tests don't fail.

Maybe we should reconsider having a script to auto-update this dependency if it's tightly coupled with V8

Or said another way: change the V8 update script so it also updates temporal with right version.

We can enumerate the dependencies that are needed for `temporal_capi` and gitignore the other ones.

> I'm getting a runtime error with this. Am I missing something? I think it's because you can't directly optimize a native function. You need to wrap it in a...