Keegan Carruthers-Smith

Results 32 issues of Keegan Carruthers-Smith

See original issue in vscode-go https://github.com/Microsoft/vscode-go/issues/886

bug

This is an extension we added that we don't really need. We use it, and it has caused features to not work in vscode. I think we can just get...

For example we can j2d/hover, but find all references on code only referenced in vendor returns nothing.

enhancement

An interesting panic which has an off by 1. I am unsure how this can happen, but just clamping the offsets we use feels like a hack which hides the...

bug
team/search-platform

We don't actually support "content:" queries. Instead how it works is that if "content:" is specified we adjust the type of the query to type:file. This commit adds some validation...

cla-signed

This is to help reproduce slow attribution searches we have on sourcegraph.com. ```shellsession $ echo -n "const data: Event = { ...JSON.parse(message.data), type: message.event }" | go run ./cmd/zoekt -v...

no idea if this is correct yet, so just a wip. Fixes https://github.com/sourcegraph/zoekt/issues/547

This is consistent with every other backends tick time. I noticed that even when my machine is idle emacs was using a fair amount of CPU. After some debugging it...