Dag-Erling Smørgrav
Dag-Erling Smørgrav
When quoting code from an outside source, it would be useful to be able to specify a starting line number other than 1 so that the line numbers displayed in...
When install or upgrading packages with `-q` or `--quiet`, `pkg` still prints package messages. It should not print anything except error messages.
Currently, `vm::run` initializes `_opts` to `-AHP`, then, in the UEFI case calls `vm::uefi` which, instead of _appending_ to `_opts`, _sets_ it to `-Hwl bootrom,...`. This means UEFI VMs are started...
* Trim trailing whitespace and blank lines. * Always start a sentence on a new line. * Order SEE ALSO section by section first, then lexically by title. * Consistent...
Improved performance of `retest` with the patches in this PR (each data point is the time taken to run 10 times, lower is better): ``` x before + after +------------------------------------------------------------------------------+...
This fixes #62.