Kevin Sandom
Kevin Sandom
## Problem If you forget to put in the key, like this ```yaml special-primaryMoving: simpleMovingProtection-enable(); ``` instead of this ```yaml special-primaryMoving: value: simpleMovingProtection-enable(); ``` You get this ``` Exception in...
## Task - [x] Move as much functionality as possible out into dedicated, tested classes. - [ ] Remove as many unused/obsolete variables as possible. - [ ] Linting passes....
## Tasks - [ ] Check if the [build automation ticket](https://github.com/ksandom/handWavey/issues/8) has been done. Because that may affect how this ticket is done. - [ ] Automate as much of...
## Background Currently, wayland support is [achieved via VNC](https://github.com/ksandom/handWavey/blob/main/docs/user/howTo/vnc.md), which is not a good user-experience (slow, laggy, and requires manual configuration by the user). This ticket is for getting native...
## Tasks - [ ] VNC Password should not be stored in clear text. ## Requirements The solution must * be portable between Linux, Windows, and MacOS. * have no/minimal...
## Tasks - [ ] Can the library support encryption? If not, what library could support it. - [ ] Implement a solution. ## Background VNC can be encrypted, but...
## Task - [ ] Use the Foot layout more to work out the pain points that can be improved and how they can be solved. - Tune parameters to...
## Success - [ ] Each unit test should destroy any files that it creates. - [ ] None of the directories listed under "Background" below should exist after the...
## Tasks - [ ] Answer: Can the cause be determined? - [ ] Answer: Can it be fixed on the handWavey side? - [ ] Fix it if possible....
## Task - [ ] Automate building handWavey in a more Java way. - [ ] Once installed, it can still access resources like the `.wav` files. - [ ]...