Paul Draper

Results 165 comments of Paul Draper

> maybe this is out of scope for this package If require.resolve does it, it's not out of scope.

Symbol isn't a reserved word; it's a global object. I think it should just have an annotation to exclude es-lint.

There is only one Table 2 in 277, though it defines multiple loops. > The split of transaction sets into heading, detail, and summary areas is very common among EDI...

That's in the X12 standard (X12.59, section 5). I have that in .chm form.

> The bundling/loading is done in the exact same way in all languages... so why is Python the only one experiencing the slowness? Loading other languages are also slow, but...

Node.js diagnostics are limited to the Node.js runtime. AWS X-Ray uses https://github.com/othiym23/node-continuation-local-storage which in turn is built on https://github.com/othiym23/async-listener. It has built-in support for Node.js APIs. Though I would recommend...

Thanks @rochdev for the summary! That is a good and AFAIK complete summary of JS tracing tech. (1) The most confusing and hard to implement thing is autoclosing scopes. And...

Also FYI Node 8 is the earliest version in active LTS, and as of Apr 2019, it's the earliest in maintenance LTS.

Update: looks like https://github.com/RisingStack/jaeger-node and https://github.com/RisingStack/opentracing-auto use async_hooks. I believe that would be the most common method of CLS, since if you use Node.js and a recent version of it,...