Harald

Results 24 comments of Harald

I am experimenting with https://github.com/rstacruz/jsdom-global, which does what your Grandma told you to never do: inject all of jsdom into the global object. Be sure you know what you're doing.

Good hint, I should finally get around and do this. But its not really a plan with a deadline yet.-) Does your benchmark take care of different regex syntaxes? Because...

Regex based syntax highlighting when the server knows all the details without fumbling and guessing seems sub-optimal. I started an [eglot-semtok experiment](https://codeberg.org/harald/eglot-semtok) for semantic token based highlighting. But I never...

Having the same problem on a Linux, I wonder how to verify that the a Java environment was indeed identified. Using the command "Java: Configure Java Runtime" and looking at...

Indeed for diagnostics, in particular compiler error messages, the sideline is not that helpful. I don't have the editor window full screen, so even with a `Lsp Ui Sideline Diagnostic...

I tried `flycheck-popup-tip` as well as `flycheck-posframe` and both have problems with flycheck-next/previous-error. - The first one has a post-command hook which seems to immediately remove the popup again. -...

Not completely nonsensical. `unskip()` shoves back characters into the input of the DfaRun, while the inherited `pushback()` pushes character back into the output, i.e. the can be `read()` without being...

This still happens with an Ubuntu snap that shows version "6.10.1 production" with a release notes window showing March 16, 2023.

Hmm, weird. This is roughly the course of events: 1. eglot starts the server and, with added logging, I can verify that the formatter spec file is read and kept...

I could verify the following: - At initialization, eglot sends the the configuration I want and it accepted without problem by the server. - But then soon after initialization, eglot...