Alexandros Papageorgiou Koufidis

Results 15 comments of Alexandros Papageorgiou Koufidis

Hey, this appears to be still open, do we have an issue link for the APT package @roeniss ? For some reason it works correctly in my Ubuntu 22.10 installation,...

I get a working installation of fzf (0.24-devel) as in your original post on this thread, but without the key binding files installed. > can you try with git clone...

Replicatable example: ```terraform locals { apt_packages = [ "fonts-firacode", "xclip", ] cmd_print_version = jsonencode({ # Including the : character in the output somehow messes up the map and it thinks...

> My hope was that any such JavaScript could be handled within plugins like the Fomantic plugin It's a solid base, but a lot of stuff is still needed. I've...

I decided to have a potshot at the problem because it's causing a double page reload for us when using the browser forward/back buttons. My first stop is to remove...

Yeah, I removed and it and run a custom build without it today, it causes no difference for us (and in fact fixes a bunch of problems). I was going...

Hey, while it's not a precise solution to your problem, I've added configurable duration for the client old states timeout in https://github.com/kwebio/kweb-core/pull/193, which you can set to something reasonably low...

It's probably much easier to use Ktor's [autoreload](https://ktor.io/servers/autoreload.html) and depending on your build tool, some variation of the watch/compile commands. The Ktor page provides documentation on how to do it...

Sorry @kernitus don't remember much anymore :/ I do remember that I also had trouble implementing it, and when I finally did it, the solution was pretty flaky, so I...

I had an adjacent problem (persisting client connections through restarts and offloading them to external sources), so I wrote an implementation of websocket reconnects with exponential backoff and a user...