fredizzimo

Results 1395 comments of fredizzimo

The issue does not mention the OS. But it appears to be some wayland specific thing. For me it randomly works and randomly crashes. Sometimes with these alternative errors: *...

I will close this as a duplicate, since we have the full callstack in https://github.com/neovide/neovide/issues/2868. It looks like a smithay-clipboard race condition, but think the evidence is to weak to...

I won't have a computer tomtest this one for a while, but from the log it looks like `eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"` outputs one or more empty lines to stderr. Can...

Thanks for the investigation. based on that you should probably be able to run `eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv fish)"` passing the desired shell directly. If you use another shell, replace `fish`...

@ngpong, could you check what the output from this is when running from neovide If you add this to your fish config, then Neovide should "crash" again, but show what...

Now, I think I know what's going on We are back to this https://github.com/neovide/neovide/issues/2049 `your 131072x1 screen size is bogus. expect trouble` When reviewing this https://github.com/neovide/neovide/pull/2950, I noticed that the...

That's definitely something we should support. But right now, I don't understand enough how it's supposed to work and what needs to be done. I'm also not sure if we...

I found this documentation, and while I haven't read it in detail yet, it seem to explain everything needed https://neovim.io/doc/user/arabic.html It does look like single line right to left writing...

I think the issues need to be solved on the Neovim side first, but even there it's unclear what actually needs to be done and how it should be implemented....

I don't think it's worth doing anything on the Neovide side until it's implemented in Neovim, see the issue above. At the very best we can get to the level...