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
In short, create a new folder in inputs with the proto and json file, and add them to the xfail-list in tests/inputs/config.py
I personally think this should be supported. We have a lot of major bugs to fix still, so can't promise how quickly this will get implemented as we are a small number of voluntary contributors.
I am working on implementing a GRPC client which has a message such as this:
Unfortunately it seems like betterproto attempts to build an object graph for this and this results in the following error:
I was wondering whether the project is planning on supporting this.
My plan in the short run is to just fork betterproto for my project and not set a default value for sub-messages in
_get_field_default
.If the maintainers have a better approach to fixing this I would gladly offer my time in submitting a PR for it.
The text was updated successfully, but these errors were encountered: