Ghjuvan Lacambre

Results 226 comments of Ghjuvan Lacambre

This is going to be a PITA: https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#executing-arbitrary-strings

The opacity is updated in order to tell the user that the frame isn't focused anymore. This is important because some people use vim-like extensions (e.g. Tridactyl) to navigate the...

>Any suggestions/ideas on how you think we could implement this? Before going into implementation details we need to design this feature :). Do we want to keep using CSS or...

>Its there any way to disable the transparency on blur? No, there is no way to do this currently. I understand the need, though.

Interesting, I can reproduce this issue, thanks for the detailed report :) It seems like there's a direct correlation between the number of hidden lines and the number of spaces...

Can confirm that this is a neovim issue present in the TUI, I've opened https://github.com/neovim/neovim/issues/17224 . Might take care of it during the week-end it doesn't look too awful to...

Thank you for the very detailed report, I really appreciate it :). Unfortunately, there is nothing Firenvim can do to fix this - the neovim window takes the size of...

You can use the [filename](https://github.com/glacambre/firenvim#configuring-the-filename) setting to change the name of the underlying file. It's quite odd that you're not seeing the url of the page in the default file...

Thanks for the report, this is the same issue as #1253: the browser sends a websocket "ping" to which neovim has to reply with "pong". I had never implemented this...