Dmytro Karaush

Results 4 issues of Dmytro Karaush

Is there a way to catch a situation, when audio device is not accessible due to user block? Tried `.on('error',...)`, `.on('err',...)` and `try { bell.start() } catch (...) {...}`, but...

I tried to host `socket.io` and perform WebRTC connection, but, unfortunately, I found out that the whole process exits after receiving offer. I have minimized code to these two lines,...

bug
help wanted

In /example/cpp/CMakeLists.txt file `tonlib_example.cpp` is mentioned. However, it's missing in repository and only `tonjson_example.cpp` exists.

I have tested simple code: ```require("gkm").events.on("key.typed",console.log);``` Output: ``` [ 'Undefined' ] [ 'Undefined' ] [ 'Undefined' ] ``` Node version: v8.6.0 NPM version: v5.3.0 `java` version: 1.8.0_91 `javac` version: 1.8.0_60...

bug