Zed
Zed
From this commit onwards, https://github.com/dom96/jester/commit/187477923a7577b3e1246bb70c0c980d7c4e1682, relative staticDir no longer works. From the readme: `By default Jester looks for static files in ./public` It seems only logical then, to set `staticDir`...
I'm working on an ncmpcpp alternative that allows for displaying cover art, and gintro seemed like a great semi-high level GTK solution. I've run into some issues along the way,...
After #643 input is partly broken. Inputs mostly work fine in the menus, like up/down etc, but some double key inputs don't (eg. double up/down to change difficulty), while others...

This replaces the old method of using guest tokens with using "guest accounts". For more information see this comment https://github.com/zedeus/nitter/issues/983#issuecomment-1683134811 Live now on nitter.net for testing. If you'd like to...
Using a macrocache.CacheTable results in a `key already exists error`. Example: ```nim import jester routes: get "/": resp "Hello" ``` ```nim chk skUnknown Error /tmp/jest.nim 3 0 "template/generic instantiation from...
The mpv client already supports it, it's just opening the chat with "/" already in the input field
Using JSON-RPC via a websocket + https://github.com/firsttris/plugin.video.sendtokodi (see [examples](https://github.com/firsttris/plugin.video.sendtokodi/blob/master/docs/DEVELOPMENT.md)) Chat (one-way): https://kodi.wiki/view/JSON-RPC_API/v12#GUI.ShowNotification Playback: https://kodi.wiki/view/JSON-RPC_API/v12#Player.Open https://kodi.wiki/view/JSON-RPC_API/v12#Player.Seek https://kodi.wiki/view/JSON-RPC_API/v12#Player.PlayPause https://kodi.wiki/view/JSON-RPC_API/v12#Player.Stop Playlist (optional): https://kodi.wiki/view/JSON-RPC_API/v12#Playlist.Add https://kodi.wiki/view/JSON-RPC_API/v12#Playlist.Insert https://kodi.wiki/view/JSON-RPC_API/v12#Playlist.Remove https://kodi.wiki/view/JSON-RPC_API/v12#Playlist.Clear https://kodi.wiki/view/JSON-RPC_API/v12#Player.GoTo Set up notifications (for player events):...