Keegan Carruthers-Smith
Keegan Carruthers-Smith
> The go build command now maintains a cache of recently built packages, separate from the installed packages in $GOROOT/pkg or $GOPATH/pkg. The effect of the cache should be to...
Feature request. It would be great to have an optional feature which linkifies part of a comment which contain a link.
iTerm2 has extended the xterm protocol to support embedding images in the terminal. This seems like a great use in sclack if supported, instead of ANSI/VT100 rendering. https://www.iterm2.com/documentation-images.html
Is it possible to add some automatic detection of the schema type for a yaml file (for popular schemas)? This is to allow zero configuration in many cases. For example...
TODO this is not working for case insensitive search yet. Co-authored-by: @eseliger
Two PRs landed at the same time which affected internal/conf. This created a bad merge since. This commit fixes it. Test Plan: CI is green again. go test works locally...
Goal is to see how the viability of replacing `git archive` with a format and command optimized to only send what sourcegraph cares about.
We have file path issues all over the place. We also have some in-progress work to sort this all out by @alexsaveliev. https://github.com/sourcegraph/go-langserver/pull/86 https://github.com/sourcegraph/go-langserver/pull/79
https://ci.appveyor.com/project/sourcegraph/go-langserver/builds/19433013#L40 ``` 2018/10/11 13:44:23 warning: lint command stderr: "warning: \"/C:/Users/appveyor/AppData/Local/Temp/1/langserver-go-integration705672984/gopath/src/test/p/...\" matched no packages\n" --- FAIL: TestIntegration_FileSystem_Lint (10.07s) integration_test.go:518: Timeout while waiting for notification of type *lsp.PublishDiagnosticsParams 2018/10/11 13:45:37 refs.DefInfo: not...