Felix Kling

Results 53 issues of Felix Kling

http://flowtype.org/

NetworkX 1.9 also has additional unit tests.

This might make maintaining the visualization part easier and encourages more contribution to it.

Self loops are not shown in the graph. Furthermore, if the graph is drawn with labels, self loop labels appear in the upper left corner of the canvas.

bug
enhancement

This issues keeps track of the work that needs to be done for a baseline implementation of the blob view with CodeMirror. The feature flag is `enableCodeMirrorFileView`. - [x] Add...

team/code-intelligence
team/code-navigation
codemirror

Due to an oversight of mine, the code monitor creation form still uses the Monaco query input. I created https://github.com/sourcegraph/sourcegraph/pull/39178 to fix this but ran into issues getting the tests...

team/search-product
code-monitors

In order to bring this in a better state so that more people can hack on this I'm reducing the use of `platformContext` in Svelte code. `platformContext` is still needed...

cla-signed

Fixes #60492 Completions and validation are not working in the settings editor. This is a huge problem because it (a) makes settings much more difficult to use (users don't know...

cla-signed
team/code-search

Currently it's not possible to "naturally" navigate from the React app to the SvelteKit app. I.e. if SvelteKit is enabled for the search page, then clicking on the 'Search' menu...