Kevin Eady

Results 125 comments of Kevin Eady

~~https://github.com/nodejs/node-addon-api/issues/912~~

~~https://github.com/nodejs/node-addon-api/issues/965~~

~~https://github.com/nodejs/node-addon-api/issues/805~~

https://github.com/nodejs/node-addon-api/issues/1109 Waiting on documentation update. Documentation landed, @gabrielschulhof is working on test of Threadsafe function in ObjectWrap. Good next step would be to add to examples in node-addon-examples, which could...

https://github.com/nodejs/node-addon-api/issues/1095

https://github.com/nodejs/node-addon-api/issues/1140 ~~blocked on feature bits/runtime semantics~~ Plan is to 1) For future Node-API version make creation of finalizers default to `pure` by default 2) Add additional API that developers can...

https://github.com/nodejs/abi-stable-node/issues/441 (maybe related to https://github.com/nodejs/node/issues/44111) ?

We discussed in the 10 Jun Node API meeting to include the experimental APIs under a new `EXPERIMENTAL` property like @NickNaso suggested in https://github.com/nodejs/abi-stable-node/issues/438#issuecomment-1147731207 . This property will include all...

This issue was raised because of a question on node-addon-api on when to use which macro: https://github.com/nodejs/node-addon-api/issues/1190

I created a PR to briefly document the API implementation differences, with links to their own docs. I also reordered the page, as I think it flows better to know...