Michael Bahr

Results 20 issues of Michael Bahr

Follow up to https://github.com/sourcegraph/sourcegraph/issues/61629. In https://github.com/sourcegraph/sourcegraph/pull/61782 I added an OpenInEditor button for the new webapp. To reduce scope for the ticket I decided to not re-implement the popover that gives...

webapp
team/code-search

After needing multiple attempts to get the images right in https://github.com/sourcegraph/sourcegraph/pull/62183, I'm adding this workflow to help others get automated feedback if their images are too large and should rather...

cla-signed

After struggling to figure out the solution, I copied the [Solution.kt](https://github.com/Kotlin/kotlin-koans-edu/blob/master/Kotlin%20Koans/Conventions/For%20loop/Solution.kt) into my Test.kt, leading to the unresolved variable shown below. Assigning that variable to a local variable fixed it,...

https://github.com/sourcegraph/sourcegraph/issues/62295 surfaced problems with debugging timeout and generic problems that lead to incomplete data points. The documentation says that the user should reduce the scope of the query, but we...

code-insights
code-insights-api

With this issue I want to report some friction I encountered when asking my local sourcegraph instance to clone the chromium/chromium repo. With 40GB that repo is especially large, and...

See https://github.com/sourcegraph/src-cli/pull/1079 for an example. Run `go test -race ./...` on main to reproduce. The data race seems to come from tests using reflection for mocking, and production code doing...

bug

We previously improved the performance of Language Stats Insights by introducing parallel requests to gitserver: https://github.com/sourcegraph/sourcegraph/pull/62011 This PR replaces the previous approach where we would iterate through and request each...

cla-signed

## Summary This PR adds documentation on how the `operation` parameter of the `retryIf` handler can be used to avoid non-idempotent requests. ## Set of changes - doc updates for...