You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For historical reasons, we depend on forked versions of proto3-suite and proto3-wire. It would be pretty ideal if we could switch to proto-lens, given its somewhat nicer API and the fact that we don’t use any gRPC features that proto3-suite provides.
The text was updated successfully, but these errors were encountered:
Since proto-lens provides a protoc plugin you may be able to use that directly instead of however the proto3-suite stuff gets generated.
From there, I imagine there’s enough information to generate any actual implementation code wiring those RPC definitions up to server/client handlers with TemplateHaskell or Generic derivation (to potentially avoid having to write more protoc stuff).
For historical reasons, we depend on forked versions of
proto3-suite
andproto3-wire
. It would be pretty ideal if we could switch toproto-lens
, given its somewhat nicer API and the fact that we don’t use any gRPC features thatproto3-suite
provides.The text was updated successfully, but these errors were encountered: