Uriel Chemouni

Results 114 comments of Uriel Chemouni

The outer map won't close until all of his child get resolved.. In the worst case the outer loop stay running because a single task is not completer, the same...

it should work... I will try it soon.thx.

1- this issue is not in the right project. 2- already fixed in the @u4 flavor code extract: ```typescript getLibNameRegex(opencvModuleName: string): RegExp { const regexp = `^${this.getLibPrefix}${opencvModuleName}[0-9.]*\.${this.getLibSuffix}$`; return new RegExp(regexp)...

Please try that : in am admin power shell ```bash choco install cmake -y ``` in you user cmd / powershell ```bash cd D:\projects\webcam npm i -g node-gyp npm i...

Hi, Great news for those people that do not want to build their OpenCV: I published @u4/opencv4nodejs V 6.2.4 today, This version autodetects the common setup path for Brew on...

nothing in My fork about this PR. Keep an :eyes: on it.

so that We can close the issue ?

[UrielCh/opencv4nodejs](https://github.com/UrielCh/opencv4nodejs) is now retro-compatible with `justadudewhohacks/opencv4nodejs`

Hi, Great news for those people that do not want to build their OpenCV: I published @u4/opencv4nodejs V 6.2.4 today, This version autodetects the common setup path for Brew on...

Hi, My fork use a different method to detect `Visual Studio` see [findMsBuild.ts ](https://github.com/UrielCh/npm-opencv-build/blob/0228817a5acb4adc5c9c4bf2992c1af853ec32d5/src/findMsBuild.ts#L14) you can try it from [here](https://www.npmjs.com/package/@u4/opencv4nodejs)