fredizzimo

Results 1393 comments of fredizzimo

I found it, starting from here: https://discordapp.com/channels/896132176091955261/896263894086066216/1194132583701811240 There are some interesting other observations, there like https://github.com/rust-windowing/winit/blob/43f29f048180b24479b5406118f7e04f52befa30/src/platform_impl/macos/window.rs#L905, which modifies the windows attributes in order to determine if it's zoomed or not....

Yes, I think there are at least two different causes here. The original issue was reported to happen even with `--clean`

I believe this is a duplicate of these issues: * https://github.com/neovide/neovide/issues/1479 * https://github.com/neovide/neovide/issues/1373 * https://github.com/neovide/neovide/issues/1998 Although the error message might be different. But I leave this open until confirmed. Long...

It looks like the UI protocol expects us to draw the separator(bar) ourselves, unlike everything else that is pre-formatted. https://neovim.io/doc/user/ui.html#ui-multigrid > It can be useful to draw a separator then...

I actually started working on this a couple of months ago and will eventually pick it up again. After ripping out huge parts of `image.nvim` I got it to communicate...

I'm re-opening this, since this has not been implemented yet. In addition to the discussion here, we have one proposal here; * https://github.com/neovide/neovide/issues/2117 And an idea here: * https://github.com/neovide/neovide/issues/1144 I...

This is most likely a graphics driver (which can be outdated on Ubuntu 22.04) issue. If you are able to update to 24.04, can you report the new results here?...

I think we need to update the `winres` package, our version is 0.1.12 which does not have this fix * https://github.com/mxre/winres/issues/28 If someone wants to attempt to fix it, it...

Sorry it looks like it was never merged... So, I think we should switch to this fork instead https://github.com/BenjaminRi/winresource. It should be a drop-in replacement, at least for our use...

The latest version is 0.1.17 https://docs.rs/winresource/latest/winresource/, can you try to update to that?