Results 841 comments of Christian Duerr

Well it should in theory work with everything since 1809, but if you're running a super outdated version then updating might be one of the things that could help out.

I don't think it's a good idea to always highlight regex matches for performance reasons. > An alternative is to have the strings matched by a regex highlighted when in...

What benefit are you trying to achieve? Just to figure out where the regex matches end? If so I'd say we could potentially underline the full match in our regex...

Seems reasonable to me, that way people will know exactly what was matched.

Alacritty should never use the CPU for rendering, unless the OpenGL implementation is specifically told to do so. I'd assume you mean Alacritty uses the integrated GPU, instead of the...

Hmm okay. So on macOS with our application settings having it set to `None` just means that it will use the iGPU on battery and the dGPU when plugged in....

Alacritty doesn't pick the GPU it runs on. So this configuration is really just to have an option to force enable dGPUs, force disable them, or use automatic graphics switching.

@bonedaddy Do you think you could test the linked PR? Unfortunately I don't have a machine with switchable graphics.