You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This is the "simple" solution to errors in the resolver chain breaking all insights from loading, but does not yet address the user interaction problem.
Splitting out from https://github.com/sourcegraph/sourcegraph/issues/38951
When resolving a list of InsightView nodes, do not fail the entire set if any sub object fails and instead return a nil
https://sourcegraph.sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/cmd/frontend/graphqlbackend/insights.graphql?L352&utm_campaign=search&utm_source=raycast-sourcegraph
This is the "simple" solution to errors in the resolver chain breaking all insights from loading, but does not yet address the user interaction problem.
/cc @Joelkw @felixfbecker @vovakulikov