Akshay Shah
Akshay Shah
> Closing this, as I think the question is answered. @alexandros-megas, let us know if we can help going forward. We also have an active [Slack workspace](https://join.slack.com/t/bufbuild/shared_invite/zt-f5k547ki-VDs_iC4TblNCu7ubhRD17w). If you connect...
@njhale is correct - once net/http supports HTTP/3, connect-go will support it automatically. However, you *can* use HTTP/3 today! Because connect-go is built around the standard library's `http.Handler` and `http.Client`...
Pooling is certainly a nice optimization, but it's error-prone in this context: no matter how we structure `connect-go`, we'd need to be _completely_ sure that no interceptor has retained a...
> Regarding the point about the network inspector, it'd be possible to build a browser extension for that :-). Definitely possible, but difficult to do in a way that's universally...
> https://github.com/bufbuild/protobuf-es claims to support the canonical json format, so I assume it's already being generated with access to the schema. This issue is just to wire up the option,...
We'd still prefer to avoid special-casing PGV - we'd rather not give our plugins special treatment :) However, we are looking at the UX options for including these sorts of...
I think the thrust of the question is a bit broader: Apple is clearly doubling down on SwiftUI as their preferred UI framework for Mac, iOS, and watchOS. Developers can...
@jayconrod Any updates on the proposed workspace abstraction layer?
Thanks for the update! Would you be willing to push your driver to a branch so I can take a look? I'm not in a huge rush for you to...
There's no way to customize this now, but I don't mind adding an option for this. We could make a `zap.Option` that takes a `func() string` and overrides the current...