Ngoc Dao
Ngoc Dao
:+1: Also, "romix opened this Issue on 22 Jun 2013", 1.5 years ago.
> you can actually use directly the OpenCV.js that's provided from their website: > https://docs.opencv.org/3.4/d0/d84/tutorial_js_usage.html I think opencv.js (like https://docs.opencv.org/3.4.0/opencv.js) is asm.js, not WebAssembly?
I'm new to WASM, so sorry for my curiosity: * What's the difference between the result of this GitHub project, and the result created by https://docs.opencv.org/4.3.0/d4/da1/tutorial_js_setup.html ? * What's the...
I'm pausing SkiaSwift to work on a tool to automatically create Swift binding for Skia: https://github.com/swiftfn/Cpp4Susans SkiaSwift is manual work, so every time Skia changes, SkiaSwift needs to be manually...
Hi, can you please merge this PR and release a new version?
To maintainers: Would you please kindly release a new version, after merging this PR?
> When http-server is spawned as a child process, when it exits (uppon SIGINT/SIGTERM), in certain conditions (depending on platforms and the platform conditions, it's hard to reliably reproduce), the...
> I think is due to the Suspense thing. Not sure yet how to fix it In that case, you can follow this instruction to enable suspense (and you need...
Hi, is there any way to fix this problem? I'm writing a library that uses this ngrok library. If users have `console_ui: true` in their `$HOME/.ngrok2/ngrok.yml` file, my library will...
Hi, does the lib support symlink? The README doesn't clarify if symlink is supported or not. I've just tried on macOS 13.2.1, and it seems modification event is not emitted...