Raphael Amorim

Results 555 comments of Raphael Amorim

I assume it does work with kitty right?

I did a bit of searching, and tested tmux with Kitty and Ghostty but looks the protocol doesn't really work there (at least with no configuration), found this as well...

ah if it does work with kitty terminal then is likely to be a bug in Rio. I use the kitty cli https://sw.kovidgoyal.net/kitty/invocation/ , there's a command that I can...

@jZhangTk sorry took a while, tried to reproduce it again. Few notes, ghostty and alacritty doesn't work as create tab either and more important kitty create a new tab having...

Ok I did some refactors, a lot of stuff was weird tbh. Could you try again? 🙏

Let’s gooo Thank you for testing @jZhangTk

Hey @mcandre thanks for the issue, if the configuration isn't settled, not found or is empty then will use `$EDITOR`

Problem of using EDITOR environment variable over rio is that people would like to configure rio config over env variable sometimes. I think maybe editor should start empty and if...

Thanks for the issue! Hmmm, would be nice to patch those changes on Rio/"winit fork" as well. Regarding the second error you sent, looks the "Request adapter" couldn't be created,...

@0323pin did you try using the renderer property? https://raphamorim.io/rio/docs/config/renderer Something like this: ```toml [renderer] performance = "High" backend = "GL" ``` I am curious though because if vulkan leads to...