Gary Hurtz
Gary Hurtz
## Description In psql I can use \i to load a file which contains a series of additional \i commands. This makes it simple to run commands from a single...
I was looking to implement a custom (Python) window function, but it doesn't look like APSW exposes sqlite3_create_window_function. Any chance we can get this in an upcoming release?
Communication via sockets is working as normal: kitty.conf allow_remote_control: socket # or socket-only or yes launch kitty with kitty --listen-on unix:@socket cmp_kitty/config.lua listen_on = "unix:@socket" However it is not working...