Sebastian Wiesner
Sebastian Wiesner
Use [env_logger](https://docs.rs/env_logger/0.7.1/env_logger/) to log internal errors which we normally discard.
## TODO - [ ] Fix links: They wrap improperly! - [ ] Check all tests - [ ] Extract the current line logic into a "wrapper" which yields complete...
Use `textwrap`, perhaps, to wrap all content to the column size of the TTY. Will perhaps be tricky with termion formatting characters.
Consider eg https://crates.io/crates/tree_magic_mini
I don't think that the Git configuration file is the right place to store authentication data. It's git's configuration after all, and not that of an Emacs extension. FWIW, `hub`...
With the systemd 250 approach of placing a signed copy of the boot loader at `/usr/lib/systemd/boot/efi/systemd-bootx64.efi.signed` for `bootctl update` to install (see #111) it's rather inconvenient that `zz-sbctl.hook` runs last,...
Error fixers
Add support for error fixers # Proposed API Add a `flycheck-try-fix-error-at-point` command, which finds a `flycheck-error` at point and invokes all “fixer” functions in a new abnormal `flycheck-fix-error-functions` hook with...