Emil Valeev

Results 194 issues of 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

FeatureRequest
gopls

Hello! And thank you for great extension! It would be great if we could see columns without duplicate rows. What I mean: ![Screenshot from 2020-08-24 13-48-11](https://user-images.githubusercontent.com/6453537/91036822-aa584c00-e610-11ea-9cae-70a655e0a9d6.png) To me it looks...

feature request
investigating
pg

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 { //...

documentation

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?

enhancement

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...

enhancement

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...