leonardgerardatomicmachinescom
leonardgerardatomicmachinescom
### Summary `Struct().from_dict({'a':'a'}).SerializeToString()` raises `TypeError: string argument without an encoding` ### Reproduction Steps ``` from betterproto.lib.google.protobuf import Struct Struct().from_dict({'a':'a'}).SerializeToString() ``` ### Expected Results no exception raised and proper serialization bytes...
I generate a lot of tabs and end up needing to scroll left right all the time. This MR allows the notebook to put tabs on multiple lines as needed.
## Summary I find that often, we want a non async grpc client. This PR adds a `*SyncStub` generated class using only the standard synchronous grpc library. It is pretty...
The error `The option "--no-update" does not exist` is not necessary since no update is anyway the default. Erroring does not help. Contrarily, it prevents scripts or automated uses to...