Momtchil Momtchev

Results 372 comments of Momtchil Momtchev

@bnoordhuis, I moved `INLINE`/`UNUSED` to `atomic-ops.h` which is private to avoid creating a new platform-dependent header file I am still unsure what I should add to the documentation, since the...

@cyanreg, this PR is mostly about taking the decision - the code is trivial

I did some testing and found that: * the performance of libuv in the new benchmark `uv_queue_work` matches very closely (less than 10% slower) the performance of `perf bench sched...

@bnoordhuis @vtjnash As you can see from #3429, this can be retrofitted with no performance loss at all - the only change required is that the tracking of the number...

@JustFly1984 The reason for the cryptic error message is that `react-docgen-typescript` throws an object that is not an `Error` when the Typescript compilation fails. Basically this means that you have...

Alas, styleguidist seems to be dying... There hasn't been lots of activity lately - would be great to hear something from the maintainers?

I understood the underlying problem that was causing it, I will try to make a simple repro

Ok, I leave it to you how to handle this - it is an error that is impossible to produce using only JS. Basically `getAsync` is a C++ method with...

@sukrosono Thanks for your reply, I can probably try to make a small Node.js addon that does this, all that is needed is a C++ function that accepts an `(e,...

@sukrosono I was able to reproduce the problem without any C++ shenanigans ```bash npm i mocha chai chai-as-promised ``` `mocha.test.js` ```js const chai = require('chai') const assert = chai.assert const...