Michael Lumish

Results 374 comments of Michael Lumish

To anyone who has already commented here, can you please comment if you encountered this message while running your code somewhere **other than** a Google Cloud Platform server (GCE, GKE,...

@Crispy1975 Thank you for the report. How frequently are you seeing that metadata error? And would you mind saying which GKE region is experiencing those errors?

That's new. This is the first instance I've seen of the `grpc-status` header name getting corrupted. That's why the call is failing when that happens. We don't know why these...

Unfortunately, it doesn't look like those extra logs have any useful information, sorry. I do think your information is strong evidence that that this is an issue in Node itself,...

You are required to pass a callback when calling a unary method. The error messaging for that could be better.

The actual executed definition of Any is https://github.com/protobufjs/protobuf.js/blob/master/src/common.js#L43-L65

In general, we require API changes to go through our [gRFC proposal process](https://github.com/grpc/proposal). In addition, the problem I see here is that for existing users and anyone who uses the...

Yes, we do require proposals for non-breaking API changes. That is most of the content in that proposal repository.

One of the primary purposes of making a proposal is to get feedback about the design. It does seem a little weird to me to not have the full `Promise`...