Bryan English

Results 55 comments of Bryan English

Experimental support for ESM is in `dd-trace@>=1.3.0`. Simply add the loader hook hook using the following CLI argument to Node.js. `--experimental-loader dd-trace/loader-hook.mjs` Please contact us directly at `[email protected]` if any...

Does `warnOnUnregistered: false` take care of this?

@benjamingr > Still I have to ask - is this common enough to be in core and not a userland module? Calling into native code is common enough, given the...

@aapoalas Thanks for all the info and ideas! Especially your notes on callbacks, and [this set of notes](https://denonomicon.deno.dev/). > Be very careful of giving these keys to users. Yes, before...

@RafaelGSS > We should disable it by default when using the Permission model, right? Actually, how should this work? Should it just be enabled or disabled, like with worker threads...

@RafaelGSS In the most recent rev, I have it behaving exactly as the worker and child process permissions do (that is, it's only disabled if an `fs` permission is enabled)....

A big remaining question is what to do about maintaining and building `libffi`. Compiling it requires three header files that are generated by its `./configure` script. Attempting to build the...

> How often is the config likely to change? I think we have a similar thing with c-ares, and those are just checked in and, AFAIK, haven't been updated in...

Hey folks. Just registering my intent to work on this. I have some time this week to start tackling this, which is something I've been interested in for a while....

Hi @tipok! We're actually looking at a different approach right now using [TracingChannel](https://github.com/nodejs/node/pull/44943) in `undici`, and we're hoping to round this out in the coming months. I'll close this PR.