Vincent Jaubert

Results 25 comments of Vincent Jaubert

Ubuntu 20.04 includes in his repositories Node v10 which end of life (no more security fixes) was 2016-10-31, six years ago. Most npm packages don't support it anymore and there...

I have found this package https://github.com/parshap/check-node-version that could be run with the test script ?

It seems there is also a way to enforce it in the package.json, but wouldn't it cause problem to run it on the browser ? (or would it be ignored...

For those that were stuck like me, just take your `Vec` of pixels, and convert it to a `Vec` like this ```rs let u8splitedVec = u16Vec.iter().flat_map(|&x| x.to_be_bytes()).collect::(); ```

Any progress on this ? Would you accept a pull request to add an ```exactOptional()``` for those that would want to use it without breaking existing code ?

NPM module `sodium-native` is not working due to undefined exports. My understanding of C and N-Api is too limited to understand what is really happening, but the module seems to...

What are the pdf_render and pdf_text crates ? crates.io doesn't know anything about that.

I have been moving all my packages in a monorepo with rush and pnpm for some months with great success. However, i found out, that there are two (big) environments...

This open issue make one think that Grayscale is not properly supported. Hopefully i found this example that demonstrate it is working correctly without hack, even for 16 bits https://github.com/pngjs/pngjs/blob/main/examples/16bit_write.js...

Look here, second example in the file. https://github.com/pngjs/pngjs/blob/main/examples/16bit_write.js