Gregor Best
Gregor Best
The completion currently does not deduplicate results (for example if a function is reachable through `(locals)` and `(globals)`) and it uses a lexicographic sorting, so `--name--` comes before `name`.
This adds basic 2x2 scaled versions of the animated hourglass cursor theme.
## What type of PR is this? (check all applicable) * [ ] Refactor * [ ] Feature * [X] Bug Fix * [ ] Optimization * [ ] Documentation...
This PR fixes two issues that make using subsections in presentations awkward: * When using position:absolute, H2 section headers all crowd 150px from the bottom of the slide, making the...
In 478815b5dab8c1a7d0fa505eed005c2465440810 the return type of `IsolateEnvironment::GetCurrent()` was changed from a pointer to an environment to a reference to an environment, with the reasoning that the return value is always...
The changes made on October 16 by generatedunixname89002005279527 remove a bunch of third party files, but leave the infrastructure that tries to build them in place (in particular vlfeat and...
We sometimes use large-ish chunks of JS in `EXEC` blocks to prepare, for example, content for tables. This works fine, but it causes the template itself to become quite crowded,...
Some setups require running the same language server with slightly different configurations for different paths. One example would be "I need `gopls` with the Bazel package driver for exactly one...
The Dart LSP insists on getting the invocation kind for completions, and on the diagnostics for the "Format" code action to be empty, but _not_ `null`. Dart's LS sends hover...