Jonathan Mercier-Ganady
Jonathan Mercier-Ganady
We would like to add the latest partition message offset and timestamp to pause/resume and readonly activity stream events, and were wondering how to best implement that. `raftNode.applyOperation` returns an...
Currently, when a Liftbridge server shuts down it stops being a leader for its partitions. If many partitions exist that will result in a flurry of Raft events. Would it...
This PR moves all platform-specific code to a new library, `backend`. This provides three main benefits: cleaning the code by removing many #ifdef macros, allowing to select one implementation or...
The screenshot wizard is quite broken on Linux. If often takes a screenshot from the wrong screen, or just captures random pixels.
`Wayland` is slowly becoming the new thing in Linux-based OSes (and BSD too I would guess). Actiona is currently not compatible with it because it uses a lot of X11...
It would be great to have Actiona work on macOS. There are already a few automation tools there but most of them are closed source and commercial. Mouse and keyboard...
That would help circumventing programs that block input generated using `SendInput`. Creating drivers for Windows is a bit tricky though, and requires signing with an OV code signing certificate. There...
This logs player events (joined, left) and the chat, as well as player errors. Fixes #672.