Glen Mailer
Glen Mailer
> Generating that object statically in a type-safe way would be a whole different problem than just generating the object that the `proto-loader` library outputs. Oh, that's a great idea!...
I think a reasonable workaround for me is to add a step into my own build process which generates a typescript stub with appropriate assertions for `protoloader.loadSync` + `grpc.loadPackageDefinition` for...
Any thoughts on a way forwards here? Or should I be starting with a petition to `protobuf.js`?
Yeah, that makes a lot of sense to me. I'll look into taking this up with them
I've just run into this exact case. Is there any way to apply `CallCredentials` to a client while sharing an underlying `Channel` or `Subchannel`? Conceptually this feels like a desirable...
> You were looking at the wrong `_equals` method. [This one](https://github.com/grpc/grpc-node/blob/master/packages/grpc-js/src/channel-credentials.ts#L267-L279) in `ComposedChannelCredentialsImpl` is the one for a channel credential with call credentials. As you can see, it does check...
One easy way to do this would be to have an official parser-only entrypoint If you create a file in the root of the repo called `parser-only.js` ``` js module.exports.version...
Are there scenarios where "jump to page N" is actually desirable to a user? In practice I can see why next/previous is useful in a long list, but jumping to...
The simplest approach might be to write a small ring app which sends all requests to the external webapp?
I'm fairly sure it sets referer already, but a PR for origin sounds good to me