Jouni

Results 6 comments of Jouni

I've made [pull request](https://github.com/JeffBelgum/statistical/pull/15) on this.

> Can trigger this with `echo foo | wl-copy`, the state stays in maximized. For me as well. `wl-copy` and `wl-paste` also make wezterm exit fullscreen mode

Another observation: in this view gnome UI elements around the window are placed as if it wasn't fullscreen ![image](https://github.com/user-attachments/assets/6dcba807-1fdb-4474-aea8-1b9a931f0008)

> Hi, this is not something that can be fixed by this parser, as the syntax highlighting that is breaking is the yaml highlighting. > > The given example is...

The following code seems to fix the issue ```lua local colors = require("vscode.colors").get_colors() require("vscode").setup({ group_overrides = { FlashBackdrop = { fg = colors.vscGray }, FlashLabel = { bg = "#fd0178"...

After some chatting with claude I made the following draft PR. It fixes the crash but the UI is still a bit off * #82