Rolf Sievert

Results 9 comments of Rolf Sievert

Same for me, but I'm using a Xperia 10 II. Also got the notification that "Neo launcher isn't responding" once, don't know if it's related though.

Coming from #7056, this looks very related. Using this patch for about an hour doesn't present any lag (on Gnome with Nvidia and using GLX): ```patch diff --git a/alacritty/src/display/mod.rs b/alacritty/src/display/mod.rs...

I've been using the patch for another hour and the lag has happened a few times. It doesn't seem as frequent though.

I'm also having this issue, just want to warn you that the issue seem to disappear when providing `--print-events`. But I don't know if that affects how informative the outputs...

I've gone through the patches that you've shared, ```patch diff --git a/alacritty/src/renderer/platform.rs b/alacritty/src/renderer/platform.rs index 10c17cb7..2142f461 100644 --- a/alacritty/src/renderer/platform.rs +++ b/alacritty/src/renderer/platform.rs @@ -29,7 +29,7 @@ pub fn create_gl_display( let preference =...

Do you mean as a field/variable in the config? That it fine by me as well. I've done some more rigorous testing and still no issue. Just to clarify, this...

Sadly the issue still arises even though EGL is used, but the occurrences are much rarer. It happens perhaps once every other hour of active terminal use (Neovim).

Just a suggestion; could also make it possible to add custom formats. What I mean is that in the config you could add: ```lua custom_formats = { '0xAARRGGBB', '0xRRGGBBAA', --...

> build: (file "main.c") (file "other.c") > echo "Finished compiling" > > [private] > file filepath: (track filepath) && (hash filepath) > echo "Compiling {{filepath}}" > > [private] > [no-exit-message]...