Ahmed W.

Results 33 comments of Ahmed W.

Chrome does not support authentication with socks5. https://bugs.chromium.org/p/chromium/issues/detail?id=256785

I can confirm the PR fixes the issue for me on `go version devel +c63e047dac 2018-04-19 17:13:21 +0000 linux/amd64`.

A workaround for editors that uses autobuild (vscode in my case): 1. make sure the editor passes `-gcflags=-newexport=0` to `go install`. 2. apply the following patch to gocode and run...

Working on a CL for go1.7, so... but that's great to hear.

A temporary workaround until gocode supports the new export format is compiling go with this patch: ``` diff --git a/src/cmd/compile/internal/gc/export.go b/src/cmd/compile/internal/gc/export.go index 2dd137e..7b4028c 100644 --- a/src/cmd/compile/internal/gc/export.go +++ b/src/cmd/compile/internal/gc/export.go @@ -377,7...

You need to be where it is to run go list or install, or pass the full path: `go list github.com/nsf/gocode`, `go install github.com/nsf/gocode`, etc. Maybe spend sometime learning the...

The icons do get bigger with that theme but they look weird.

Sadly I have 0 experience with that.

I've forked GoSublime-next (and sent a pull request, of course) and implemented this specific feature. https://github.com/OneOfOne/GoSublime-next