-
As a User
I want to have proper error handling in the Clojure gRPC side
Currently we rely on Protojure grpc interceptor to handle errors
So we need to implement an interceptor to handle gXTDB errors a…
-
ttrpc send hang, even ctx is timeout
```
goroutine 6132118 [IO wait, 1818 minutes]:
internal/poll.runtime_pollWait(0x7f9e8013bbd0, 0x77)
/usr/local/go/src/runtime/netpoll.go:306 +0x89…
-
I followed the example pipeline:
```
# install kale
pip install kubeflow-kale
# download a tagged example notebook
wget https://raw.githubusercontent.com/kubeflow-kale/examples/master/titanic…
-
## Description of issue
`grpc.aio.StreamStreamClientInterceptor.intercept_stream_stream` is marked as `async` in grpc-stubs:
https://github.com/shabbyrobe/grpc-stubs/blob/master/grpc-stubs/aio/__i…
-
Currently when an error is returned in a grpc call, the stack trace reported comes from the newrelic library interceptor stage, rather than extracting the stack trace from the error.
## Description…
-
![image](https://user-images.githubusercontent.com/51069268/126424927-4baf594b-42b5-4e86-be83-167f199020dd.png)
```
my test interceptor code:
import grpc
from loguru import logger`
class …
-
HI, I receive this error when calling my api and trying to filter
for example `http://localhost:7778/api/clients?filter=key==123`
I am trying to use protoc-gen-gorm to generate my services
I h…
mewis updated
5 years ago
-
![IMG_4606](https://github.com/user-attachments/assets/56ccbb72-e3b7-4278-9687-6fcbaa21ed89)
在打开app直接写memos时基本一定会出现这种情况,并且写好的memos直接消失。但是写好复制好,然后消失后重新粘贴就能撰写成功。
不知道是打开app第一次写的问题还是撰写时间太长的原因。不知道能不能实现报错…
-
## Bug Report
### Version
```toml
axum = { version = "0.7.7", features = ["macros"] }
hyper = { version = "1.4.1", features = ["http1", "http2", "server"] }
tonic = "0.12.3"
tonic-web = "0.1…
-
While working with another code generator ,[connect go](https://github.com/connectrpc/connect-go) i missed the rich middleware env provided by this lib, and had the idea of forking this repo to modify…