Emil Valeev
Emil Valeev
It would be great to see struct size right in the editor e.g. to decide should I use pointer or not. Something like a [import cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost) but for structs
Hello! And thank you for great extension! It would be great if we could see columns without duplicate rows. What I mean:  To me it looks...
My case is very simple - I need to link two ports between two nodes. How one should do it? This is what I tried to do: ```tsx { //...
Unfortunately I don't have time to translate all chapter, but it's 31 October already and I want to make 5 PR's :) I'll continue the translation later!
See [Vue.js](https://github.com/vuejs/vue/blob/dev/package.json#L6) for exampe, [that's](https://webpack.js.org/guides/shimming/#prefer-unminified-commonjs-amd-files-over-bundled-dist-versions-) why.
Can we have a `cursor: pointer` when we use `ctrl/cmd` + mouse to navigate through services and messages?
Fix me if I'm wrong but on a client I can do `client.sendRequest("foobar", {})` which mean it should be possible to defined custom handler. But looking at `Handler` interface implementation...
With callback client I can do ```ts const call = client.method(request, meta, cb) ``` While Promise client doesn't give that `call` but I need it to `call.cancel()` in the Timeout...
Hey there! First of all thank you much for this awesome project. I create my own programming language and the only reason why I don't choose wasm as a compilation...