BananaLoaf

Results 3 comments of BananaLoaf

It turns out that this issue is not an issue if reflections (#443) work

@JulianNeuberger I ended up forking it https://github.com/BananaLoaf/python-bananaproto I fixed this issue and changed some stuff I needed to change

I have managed to fix reflections by using command `poetry run python -m grpc_tools.protoc -I protos --python_out=package_name/grpc_python` and importing everything that is in `package_name/grpc_python` to populate descriptors before starting the...