Matt-Esch

Results 39 comments of Matt-Esch

I did try resuming from the caller side and it didn't resolve the issue, but presumably this is because of a disconnect? What I was still seeing was:

I have tested https://github.com/grpc/grpc-node/pull/2193 and so far it looks like it has plugged a leak, but I have an issue with http2 as https://github.com/grpc/grpc-node/issues/1652 is causing my process to crash...

I suspect that the double free is triggered by cancel and that the fix put in place triggers it more frequently. This is still a bug with node though, but...

This issue has not been completely fixed in node https://github.com/nodejs/node/issues/38964 is still open

@mhdawson you mentioned in a previous issue that calling Ref on an ObjectWrap is not safe, I didn't quite understand your suggestion for an alternative. How would I prevent an...

@mhdawson https://github.com/nodejs/node-addon-api/pull/869

See: https://github.com/candu/node-int64-native/pull/24

There are templating languages that embed conditionals into the language, this isn't one of those libraries, it's just a replacement engine. If you want to use this library with conditionals...

I think it is good to be able to set the tags, but it probably should not be exposed like this. I suggest that we keep the same default expectation...

https://github.com/Matt-Esch/string-template/issues/1