Dmitry Chebakov
Dmitry Chebakov
Hi, thank you for the awesome library! I have used [grpcurl](https://github.com/fullstorydev/grpcurl) cli to inspect my dev grpc server (run by `python manage.py grpcrunserver --dev`) and then trying to inspect available...
Hi, Thank you for the project! I'm having some problems to start the application. I'm using golang `go1.17.2 darwin/amd64` and right after `go run hello.go` I'm getting the following error:...
Hi, Thank you for the package! I'm struggling with the following problem due installation instruction from README. Right after the command `go get github.com/google/uuid` I'm getting the following error: ```bash...
Hi, thanks for the excellent project! I'm wondering how to deal with procedures and views used across multiple queries. For example, should I place them along with the regular select...
## Purpose It seems to me that in services accessing a logger from a container is quite inconvenient, so why did you choose to explicitly pass a container instance to...
After this commit https://github.com/tensorflow/tensorflow/commit/2105f7fb148035b9198f278d702e14bbc821a526 in the Tensorflow repository, the dependency tensorflow-gpu isn't available for installation anymore If you will try to build tensorflow/serving from master now, you will get the...
Thank you for the extension! I'm wondering, is it possible to add support to format inline queries?
Hi, thanks for such a helpful library! While using this library I encountered a test suit that deals badly with the rerunnig. Basically, that test spawns multiple threads on reruns...