-
Hi @cetanu
Thank you for making the envoy data plane functionality available in Python.
I am testing this approach to see if it is a viable alternative to writing a bootstrap configuration file f…
-
**Describe the bug**
In VSCode I want code completion, but VSCode does not recognize the generated Python classes for protobuf. This hampers development speed.
Excuse me for filing here first––I'm…
-
### Summary
simple structs not parsing
### Reproduction Steps
@dataclass
class GameMessage(betterproto.Message):
"""Общий формат любого UDP-сообщения"""
msg_seq: int = betterproto.in…
-
## Steps to reproduce
### Install betterproto-2.0.0b5 + tooling:
```bash
pip install --pre betterproto[compiler]
pip install grpcio-tools
```
other versions:
> grpcio==1.50.0
grpcio-tools=…
-
Python package betterproto is missing setuptools as a run time dependency
### Steps To Reproduce the bug
```console
[user@system:~]$ nix-shell --expr "((import {}).python3.withPackages (ps: with…
-
### Summary
`protobuf.Struct` appears to not load correctly with `from_dict(...)`, which also affects `from_json(...)`
### Reproduction Steps
I originally saw this with a more complex message, howe…
-
**1. What version of Python are you using?**
```
Python 3.9.16 (main, Jan 11 2023, 10:02:19)
[Clang 14.0.6 ]
```
**2. What operating system and processor architecture are you using?**
`ma…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
### Is this a regression in a recent version of dbt-redshift?
- [X] I believe this is a regression in dbt-redshift functionality
- [X] I have searched the existing issues, and I could not find an …
-
Compare line breaks in comments 👇
```protobuf
// `Any` contains an arbitrary serialized protocol buffer message along with a
// URL that describes the type of the serialized message.
//
// P…