Semen Bobrov

Results 13 issues of Semen Bobrov

Currently it is hard to see that error has happened especially when log panel is collapsed while watch task is running. Here comes the use case: I have a watch...

enhancement

Hi @peterbsmith2 why is the project out of maintenance? I could probably take it over

Hi all, I have a very basic question and cannot find an answer yet. This is what I have from docs: ```ts const echoService = new EchoServiceClient('http://localhost:8080', null, null); ```...

The website https://grpc.io/docs/guides/error/ claims there is an open issue at grpc-web > This richer error model is already supported in the C++, Go, Java, Python, and Ruby libraries, and at...

enhancement

Hi @rogchap I work on a [custom gRPC code generator plugin](https://github.com/ngx-grpc/core) and due to a different data structure I have problems connecting it to this amazing extension. My idea is...

Could the bytes fields be potentially cut off if it improves the performance? Let's say just display a string `Uint8Array(123456)` where 123456 is the array length.

Hi, thanks for your plugin! I use it every day. There is a small issue with settings: clang-format.style is not recognized by the vscode. ![image](https://user-images.githubusercontent.com/13453858/92926261-0bb75200-f43c-11ea-9015-34d158cdc963.png) I assume some registration of...

clang-format

Looking at the significant amount of changes within last 8 months I am really interested in this. The critical bugs are not taken into account / not fixed. The upcoming...

Hi @biesbjerg , I constantly hit a very simple-to-fix issue. The .editorconfig forces IDE to add a new line in the end of the file, and the regenerate command removes...