Kovid Goyal
Kovid Goyal
If you are catching the exception on cursor.fetchone() then row is either unset (if its the first row) or refers to the previous row. Also, if the database has invalid...
Not really. IMO once the db is corrupted trying to present information from it is not really worth the effort. That information can be arbitrarily wrong. The user is just...
You can raise a UserFeedback exception. See how its done in modify_database_check(). But you should also set a flag on the device instance to prevent any database modifications by calibre...
Yes, you can query support for it https://sw.kovidgoyal.net/kitty/graphics-protocol/#querying-support-and-available-transmission-mediums
https://github.com/kovidgoyal/kitty/issues/4530 https://github.com/kovidgoyal/kitty/issues/7168
On Wed, Mar 27, 2024 at 09:11:39PM -0700, Mahmoud Al-Qudsi wrote: > > Ideally, fish would have some input function that moves the cursor right > without accepting an auto-suggestion....
On Sat, Mar 30, 2024 at 09:47:12PM -0700, Mahmoud Al-Qudsi wrote: > Fixed (on our end) with `forward-char-passive` and `backward-char-passive` in #10398. Any terminal integrations would have to be upgraded...
Is there some new fish builtin that will exist in the next fish release along with this function that I can test for using set -q or do I have...
Built fish from git and doscovered fish_cursor_end_mode so basing detection off that. https://github.com/kovidgoyal/kitty/commit/775b7c475825d302ad536104cd9a8f57acc1f719 Are there any more modes I should bind in? What is the 'default' mode?
OK have changed it to use bind --function-names and bind in all non paste modes. https://github.com/kovidgoyal/kitty/commit/94a612c4df0de8dc7c52f63221c866fa15a3772d