Aaron Craelius
Aaron Craelius
> > How does adding optional vs excluding it make a difference in terms of backward compatibility? I think it's the same - optional just allows you to distinguish missing...
I added an approach D) avoid avoiding generated code in public module golang APIs. I tried to address both pros and cons although I think there are maybe more cons...
Yes @kocubinski that's accurate.
> > The fooservice instance on host1 is version abc and it implements .proto foo services v1 and v2 > > > > Is it possible? I think one server...
Let's just make sure the file descriptor bug fix (#14713) is tracked to go in before release
Just to restate the reason for considering it critical - fixing it will result in startup errors for chains with bad descriptors, IMHO better to not push that off to...
Is there a reason we're not tracking releases with milestones now? IMHO it's pretty convenient for this sort of stuff
I don't think we should remove the ability to register errors because that would break too much code, but we can point users away from it. I think providing a...
> just rely on good messaging and clear codespaces as we do now. Removing the unnecessary registration process. What do codespaces get us?
What will be the API for just using the code space?