Sebastian Wiesner

Results 41 issues of Sebastian Wiesner

Use [env_logger](https://docs.rs/env_logger/0.7.1/env_logger/) to log internal errors which we normally discard.

Need a good library to render tables to TTY?

enhancement
help wanted

## 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.

enhancement
help wanted

enhancement
help wanted

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,...

opinions wanted

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...

component: core
status: help wanted