fredizzimo

Results 1393 comments of fredizzimo

Ok, I will look at this soon, but can you open a new issue, so that we can track this separately? As far as I can see, both `Intel One...

@yavorski, I created the bug report https://github.com/neovide/neovide/issues/2807

Yes, re-opening this, I thought we had another cross-platform issue for it, since it's the same on all other platforms, we don't have a built-in way of re-using the same...

The reason is mostly lack of developers on macOS. It's also technically a quite big task. I'm not a macOS developer myself, but all the documentation I have seen suggest...

This is a Neovim bug, there's not much Neovide can do when Neovim sends this ``` TRACE [neovide::bridge::handler] Neovim notification: "redraw" TRACE [neovide::channel_utils] neovim_handler GridLine { grid: 5, row: 0,...

It's not as simple as it sounds, we don't have the full text representation, we just have a set of characters in individual cells, with no information about if the...

This is fixed in Neovide 0.13.0

For bigger font sizes I was thinking of keeping things simple, in a similar way as for the images. The plugin that request a bigger font size, also reserves as...

It would be possible to add it to the `attr_entry` struct. So not exactly an attribute, but still part of the highlight definition. But based on your reply, I came...

From the logs it looks like the event loop does not exit for some reason, even `window_target.exit();` is repeatedly called, there's a repeated log of "Saved Window Settings", which implies...