Alex Efros
                                            Alex Efros
                                        
                                    This should be implemented in net/rpc, otherwise we'll have to implement this in each codec… Can you please ask Go developers about adding this feature into net/rpc? If they're willing...
@libreoscar Given that net/rpc has been frozen, I think better solution should be to reimplement JSON RPC 2.0 as new package which doesn't depend on net/rpc. This helps to avoid...
Do you really need to implement it this way? Did you consider other ways to do this? I mean, hook at low level (io.Reader/`[]byte`) means need in double-decoding JSON and...
Well, I didn't know `:help` does survive session save/load. Not sure how I missed this, maybe it was implemented in vim after viewdoc release date (i.e. in last 9 years...
In last years there was about 1 commit/year with minor updates, so I don't have viewdoc code base at the top of my head now. AFAIR in most cases (doc...
I'm not using C++, so it's hard to me to test is it works. But if you'll make PR using one of existing plugins as example - I'll be happy...
> yarn test:e2e:dev **tests**/dashboard.test.js Sorry, I don't get it. Looks like this command is supposed to run some tests, but how is this replies to the issue?
Probably showing just small preview with issue title and open/closed/assigned status is fine, but showing contents of issue description is too annoying.
> authenticating the postMessage response using a shared secret sent in the request message If this shared secret can be detected by others by listening to all messages (or by...
Yeah, looks like my guess was correct: with `set completeopt=menu` everything works fine. So, is it possible to make it work with empty `&completeopt`?