Uriel Chemouni

Results 303 comments of Uriel Chemouni

I finally change my mind and start to migrate the project to N-API so I will be able to use it with Deno and BunJS.

I have updated the project [node-addon-examples](https://github.com/nodejs/node-addon-examples/pulls) to improve the N-API samples (4 PR opened), but the maintainers don't seem very interested in my proposal. The active branch for this migration...

That's not the first time I saw this kind of error, do you have an anti-virus running on your system that may cause errors during the cleaning step? Try to...

I have have a windows PC, let me try that.... any command line sequence to reproduce the issue ?

4.1.0 ?? that may be the issue, the current version is around 4.10.0, 4.1.0 is very old

oups, you do not need the build-opencv anymore... I improve that some version ago, now I use the default build process. just use `npm install @u4/opencv4nodejs` once our environement variables...

I will fix that soon, I saw CI failed.

@dsherret sorry for the delay, Let me complet this PR. I have add an extra `const versions` to put some versions number togeter. So I have now two times the...

I can also add in `lib/shims.ts` ```ts const versions = { denoShim: "~0.19.1", denoTestShim: "~0.5.0", cryptoShim: "~0.3.1", domExceptionShim: "^4.0.0", domExceptionShimTypes: "^4.0.0", promptsShim: "~0.1.0", timersShim: "~0.1.0", weakRefSham: "~0.1.0", undici: "^6.0.0", ws:...