Martin Groen
Results
2
issues of
Martin Groen
**Describe the problem you are trying to solve:** Currently the library uses `grpc` version `1.41.0` The latest `grpc-api` version `1.44.1` fails when instantiating the service client: ``` Caused by: java.lang.NoClassDefFoundError:...
enhancement
I'm trying to use type hinting from [PEP 484](https://www.python.org/dev/peps/pep-0484/) valid since Python 3.5, but I'm getting an error: `ValueError: Function has keyword-only arguments or annotations, use getfullargspec() API which can...