Dima

Results 18 issues of Dima

Hi @gengjiawen, Was hoping for some feedback -- after experimenting with `node-addon-api` for a few days looks like I've managed to wrap the extracted functions into C++ objects that do...

Via @KevinEady, https://github.com/nodejs/node-addon-examples/pull/182#discussion_r656616979

Proposal: * `WaitFor` returns true or false, depending on whether the wait has succeeded or no. * `Wait` always returns `true`. * Also introduce `WaitAndReturn`, which returns `T` from the...

Because `Connection& BlockingWrite(const char* s, bool more)` is called for `BlockingWrite(s, strlen(s))`, which clearly is not what the user intends.

Hi @mzhurovich, @grixa, @nyospe, I'm finding my code to have a few `CURRENT_THROW( ... _internal error_ ...)` exceptions, which, during debugging, I often end up forcefully making into SEGFAULT-s to...