fredizzimo

Results 1393 comments of fredizzimo

I don't immediately see what's wrong and some of those errors, especially the first one seem to be totally internal to skia. You could compare our code to the skia...

You could try to add `D3D12_COMMAND_QUEUE_FLAG_DISABLE_GPU_TIMEOUT` to the `D3D12_COMMAND_QUEUE_DESC`

This will actually become a high priority issue soon, with the fractional grid rendering support, so I would appreciate if someone could look into this. It's ok to concentrate on...

The Appimages do something very strange with the process names * https://github.com/neovide/neovide/issues/2388 * https://github.com/neovide/neovide/issues/2209 I don't know why, and I have not found any reasonable explanation for it.

Thanks, it gave me a hint, and this issue is even more relevant: * https://github.com/AppImage/AppImageKit/issues/852 It looks like we just need to delete the `ARGV0` environment variable.

We have a faq entry for this https://neovide.dev/faq.html#neovide-is-not-picking-up-some-shell-configured-information This image might also help, follow the non-interactive login arrows ![image](https://github.com/neovide/neovide/assets/9946255/0cd00ef6-ca31-42ba-a710-00278feb62fe)

If you mean the animation of the window itself, then it's `neovide_position_animation_length`. But I guess you mean the scrolling inside the window, that's unfortunately not possible, Neovim sends us a...

Ah, yes, it does indeed seem to be undocumented.

@sid-6581, We really need to find the root cause of not being able to detect either the process exit or the closing of the io streams. That's something that I...

Great thanks, I would start by checking if it's stuck here: https://github.com/rust-lang/rust/blob/a4b11c8e6057bd47f8d241baafd5ae1e813d62fd/library/std/src/sys/pal/windows/handle.rs#L250 That's where I think they might violate one or more of the conditions required https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-ntreadfile > The caller...