Ryohei Ikegami
Ryohei Ikegami
As I wrote in the readme, you can use https://github.com/lvsti/Cameo (or other webcam-using apps that can be run from Xcode) for debugging. The plugin runs in the same process, thus...
It looks like we have to wait for https://github.com/microsoft/vscode/issues/142990
Thank you for being interested! Looks like git submodules are not synced. Try running `git submodule update --init --recursive` in the repo directory.
In Mac, libqmlbind is now installable via Homebrew :package: (https://github.com/seanchas116/libqmlbind#mac--homebrew)
In current implementation, specifying glob pattern directly in `require` argument does not work. Instead this would work: - Add a separate pattern file (example: `modules.pattern`) which contains glob pattern ```...
Hi, sorry for replying late. Actually I deprecated electron-safe-ipc (https://github.com/seanchas116/electron-safe-ipc#deprecated-use-electron-ipc-within-preload-script-instead). Using Electron's `ipc` API in preload scripts might solve the problem, as it doesn't use custom protocols.
@rainbyte Thanks for implementing examples! Can you create a pull request for the fizzbuzz example? Then we can comment on it.
I think it's because after `Property` itself is deallocated existing subscriptions of the property will stop working (https://github.com/inamiy/RxProperty/pull/6). I also experienced memory leaks in RxProperty and I ended up with...
Thanks for sharing the issue! Looks similar: https://izhangzhihao.github.io/2020/03/17/Build-tflite-runtime-with-amazon-linux-1/ Probably the error happens because Lambda uses glibc 2.17 while the prebuilt tflite in node-tflite is linked against glibc 2.27. (I don't...
The glibc error might be fixed if we build tflite inside the Amazon Linux 1 docker container (which is used in Lambda environments).