Austin Hanson
Austin Hanson
- Adding checks for FE0 and DOR0 serial error - Tracking and adding ability to get what the error was
Majority of additions in 82251df, other two commits update the README.
Vim and others appear to do this. It also has the added benefit of fixing `Page Up` and `Page Down` on MacOS using Terminal.app. ```c void initEditor() { write(STDOUT_FILENO, "\033[?47h",...
Git worktrees use a file `.git` rather than a directory.
In-bound messages that overflow the RedisDataManager cache end up logging per each message. In high volume scenarios this appears to cause unneeded system strain on the already overtaxed system causing...
Writing tests involving grain calls with [OneWay]s generally means getting to rig up a lock to wait until something else happens to make sure the OneWay actually fired. It's not...