Yorkie Makoto

Results 298 comments of Yorkie Makoto

> @yorkie Why hasn't this project been updated for several years? Sorry, I was unavailable for maintaining this always, but I will try to address some recently :)

@dead-horse do we need 2 branch for 1.x and 2.x?

Occurred the same problem on an Android device, does anyone have idea?

Ping @raymondfeng any updates about this issue?

Sorry about missing this, I will take a look in this weekend maybe :)

For compiling at OSX, they are actually required, but I remember that the current codebase is able to be built at CentOS, so I guess these flags would be ignored...

@xujialiang 我们有提供 CMake 编译脚本:https://github.com/Rokid/rokid-blacksiren/blob/master/CMakeLists.txt,在 Linux 系统安装了 CMake 工具后,在 blacksiren 目录下: ```sh $ cmake ```

暂时还没有具体的时间~

Another points are: - this should be moved to example directory: https://github.com/yodaos-project/rt-node/blob/master/src/js/app.js. - the `assert` and `events` modules might be useless. - document how to use it as library(static or...

And we should follow this spec https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html instead of Node.js Timers, thus `setImmediate()` is unnecessary working on this project. BTW, browser doesn't own the `process` object at https://github.com/yodaos-project/rt-node/blob/master/src/js/global.js#L6, to remove...