Qiu Yuzhou
Results
2
issues of
Qiu Yuzhou
**Describe the bug** Don't get traffic from [@grpc/grpc-js](https://www.npmjs.com/package/@grpc/grpc-js) client. Can get traffic from grpc-go client. ``` "@grpc/grpc-js": "^1.6.7" ``` ```typescript _.once(() => { const addr: string = config.get('zeus.grpcAddr') const ch...
stale
worker
https://github.com/go-playground/mold/blob/4214131ed726fa5c2ec3f1d943ac4e696ed523fe/scrubbers/string.go#L17 Maybe this? ```go scrubbed := fmt.Sprintf("", hashString(input[:idx])) ``` Should hash the string before `@`?