Josh Dick
Josh Dick
* Based on https://gist.github.com/andreypopp/482c78a992acd3de70793bde62584392 * Sessionless/unmanaged nvim instances per window (without running dntw) * Autoselecting tmux panes
Implements #226.
Assuming an exit code of 0 indicates "success"/that the screensaver is active, the "screensaver is running" check needs to be reversed.
I've added support for specifying a Pinboard API authentication token in the configuration file, so that the user's Pinboard password no longer needs to be hardcoded in the file. I'm...
ZFS Support
tl;dr: It seems like `ubuntu-rockchip`'s kernel customizations are incompatible with the ZFS kernel module; is there any possibility that compatibility could be added? Or is there already some other known...
Fix bug introduced in token refresh retry mechanism in https://github.com/simple-salesforce/simple-salesforce/pull/685.
Small fixes for the typing annotations added in https://github.com/simple-salesforce/simple-salesforce/pull/660. It looks like the above PR included the string literal `'SFType'` in a union type to work around a circular use-before-define...