Bruce MacNaughton

Results 37 comments of Bruce MacNaughton

Thanks. I can import the module in the resolve hook then use the dynamic hook to return it. Is that the intended mechanism? How can the cache be modified to...

I'm not following how importing the module in the resolve hook should work. There is no mechanism for the resolve hook to return a loaded/patched module. I can import the...

@bmeck - thank you for the example. I'm getting hit by the flu right now but will digest it more deeply as soon as I can. It does address a...

@bmeck et al, after working with https://github.com/bmeck/node-apm-loader-example things have become more clear to me. Thanks for putting that together. It seems that either of two methods to patch node-builtin modules...

well, i didn't convert it to a JsArrayBuffer, but here's how I addressed the issue. I'm not sure what the best approach is for making napi-rs to make support for...

If it's helpful, the workflow looks like this. Setup just sets the runner based on workflow input, the result of each build job is cached using a `os/node-version/sha` key, and...