Michael Dawson

Results 1345 comments of Michael Dawson

This is a very detailed and thorough proposal and I think adding signatures/validation is a good direction overall. One aspect I don't see covered is the workflow for native modules....

> Do mean you pre-build the binaries for different platforms and package these up in the release tarball so they get uploaded the registry on publish? Does the library code...

@kommendorkapten > I would assume that the native source code (e.g. C) is located in the source code repository being built? Correct

@kommendorkapten a few examples of tools that help with pre-build native addons https://nodejs.github.io/node-addon-examples/build-tools/node-pre-gyp https://nodejs.github.io/node-addon-examples/build-tools/prebuild Looks like the first sends the binaries to S3 and the second in GitHub releases so...

@feelepxyz > "Trusted builder" which in GH Actions case will be a [reusable workflow](https://docs.github.com/en/actions/using-workflows/reusing-workflows) Right that was the case where I assumed that there would be a contraint on the...

@iradul we are hoping to get the node-rdkafka tests running against the RH managed Kafka service. This is a first step. Is there anything we can do to help get...

@maddox just wondering if you've had a chance to take a look at this ?

Sorry missed this comment. Now that I know it is possible to get it in, I'll update to address your suggestions.