Results 18 comments of Eric Fritz

@mrnugget This can happen if `break` happens to return search results, for example. I've seen it happen with ranges that weren't actually symbols that should have data, just keywords like...

Saw my blog post mentioned above, thought I'd drop in and say 👋! The way we do migrations at Sourcegraph assumes: - we attempt to grab an advisory lock around...

Specifically, we're looking for the policy to remove data that's no longer being managed by a former pgbackrest process (when a database in our fleet is removed), and wanted to...

Thanks for the report! I'll see if there's a way we can accept input more leniently on our end.

@jpresky Sorry for the delay into reading into this more deeply. I've put a lot of work into this repo recently to get it up to v1.0. I'm able to...

From what I can tell the target project is not declaring its dependencies in go.mod correctly, and lsif-go wouldn't be able to do anything about it in this case. @jpresky,...