Keegan Carruthers-Smith

Results 154 comments of Keegan Carruthers-Smith

@maksonlee sorry I don't have a gerrit server to test against. Can you share the log output both commands in the working and non-working case? Can you also share the...

Thanks for the repro. That is quite a lot of repos to clone to my home machine. I'll try find some time this week were I try this out on...

meta: github does a really bad job with all these graphite updates. The actual review comments all get hidden away with the inconsiquential updates on force-pushes.

I agree we should do that. I think the easiest way forward for us in how we represent queries internally is to transform `foo` into `(content:foo or file:foo)`.

Those instructions are kinda weird TBH. I don't know much about how this repo works, but I do know that bazel is broken in it and that creating go binaries...

A simple solution which avoids the need to migrate data/steps from users is to support multiple locations. On startup you pick the first location you find. For example this is...

> I'm generating index files for multiple branches under the same project. Is incremental indexing also valid? Incremental indexing does work and we run it on a few select repos....

Zoekt requires a full reindexing if you change the set of branches. I'm not sure if zoekt suits your use case. Taking a step back, there may be ways to...

I'm not exactly sure what your bug is, but from a fundemental perspective on how zoekt works it doesn't matter branches vs tags. So if you have a reproduction it...