Yulong Wang
Yulong Wang
This is a known issue of `cmake-js`: https://github.com/cmake-js/cmake-js/issues/160 A quick fix is appending this in the cmake-js cmdline: `-G"Visual Studio 15 2017 Win64"`
could you please share more information, like the node.js version, npm version, napa.js version, OS, platform and the full error message?
It looks good in linux/MacOS. Seems a MSVC specific issue.
This is being discussed in https://github.com/nodejs/node/pull/15570.
> How can I bind 'this' inside the broadcast api? I don't get what's the question... could you share an example to help me understand? I've tried the `moment` module....
In my previous attempt I always put definitions of customized class into a separated file. Say I have a file greedy.js with the definition of optimize() inside so I broadcast...
TL;DR - A cid is required to define a transportable class. - (typescript) Apply decorator `@cid()` to the class definition. - (javascript) [1] Add property `_cid` to the class constructor....
@nveenjain sure you are welcome to send the PR if you got it ready!
After some investigate, I found this is a bug. I've done a fix in PR #216. It need several days before a new release of Napa.js. If you want to...
Hello @saeedtabrizi No, currently there is no such mechanism in Napa.js for per **thread**. As for per **task** (represent a call to `zone.broadcast()` or `zone.execute()`), we do have feature plans...