Jon Skeet
Jon Skeet
I'll need to go back and revisit why we end up with `RepeatedField` for `repeated Int32Value`. It could well just be a mistake, I'm not sure. Likewise I'll see about...
@haberman: Nullable Reference Types (NRT) are a feature from C# 8 onwards, where you can annotate that a reference is expected to potentially be null, or should not be null...
I'm afraid I have zero time to do anything on Protobuf at the moment. I do understand this is frustrating.
Just as a reminder, it would be good if such a sample could be more fine-grained than "yes or no" - for some users, just supporting unary RPCs is enough;...
@JamesNK: If you have time to review Tony's sample, that would be really handy - I have [a pull request](https://github.com/googleapis/gax-dotnet/pull/735) into which I could inject a subset of that code...
Ping for a review of this sample?
I disagree with the premise here. I think a website readme and a package readme have different purposes. I can agree with the summary in this issue, but not the...
@captainsafia wrote: > If the format looks good to you, I'd be happy to take a stab at opening a PR. That would be wonderful - thanks so much! It...
Well, we don't have an implementation of the [NATS binding](https://github.com/cloudevents/spec/blob/main/cloudevents/bindings/nats-protocol-binding.md) within this repo at the moment. That doesn't stop you from building one *based* on the existing packages of course....
Will try to look at this soon, but it may be next week.