Duncan Overbruck
Duncan Overbruck
> This also makes much more sense. Will it be sufficient to edit the commit message in addition to a comment? Should probably be in both, because its not clear...
The search functionality comes from mdbook without any modifications, I don't really want to divert from it. https://github.com/rust-lang-nursery/mdBook/blob/master/src/theme/searcher/searcher.js#L270-L277 https://github.com/rust-lang-nursery/mdBook/blob/master/src/theme/searcher/searcher.js#L333-L334 They do unfocus the input and refocus it after every key...
Reinstall is only useful for files and metadata check, for all other issues might just not work.
I don't really think its worth it, maybe a different output format that just lists package names and maybe a way to specify which checks should be run seem like...
Not sure if this should be a kernel command line argument, imho a variable in `/etc/rc.conf` would fit better and also allows to easily increase the length without hitting arbitrary...
As soon as you have one local repo, it wouldn't fail.
Its really hard to follow your suggestion, is the TL;DR: "prefer the .asoundrc configuration option"? This is also the wrong repository: https://github.com/void-linux/void-docs.
I think this might require different wording, "Access to input devices" is different, as this groups provides access to the actual input device files, while with the network group it...
No `exec pause` is bad and should go, especially for things like nftables/iptables. The proposed system is too complex, this looks like a reinvented rc system. Something like `/etc/runit/core-services` for...
`xbps-alternatives -Rl` produces https://gist.github.com/Duncaen/578435c3619c372ee2463ef79dbd5edb. This also works for specific groups: ``` $ ./bin/xbps-alternatives/xbps-alternatives -Rlg vim vim - gvim-8.2.1666_2 - vim:/usr/bin/gvim - gvim-huge-8.2.1666_2 - vim:/usr/bin/gvim-huge - neovim-0.4.4_1 - vim:/usr/bin/nvim - vim.1:/usr/share/man/man1/nvim.1...