Dagfinn Ilmari Mannsåker
Dagfinn Ilmari Mannsåker
Each bullet in the lists in [capabilities(7)](https://manpages.debian.org/jessie/manpages/capabilities.7.en.html) is rendered as a separate definition list, like this: ```html * … ``` Instead each list should be a single unordered list: ```html...
**Describe the bug** When viewing the list of files of a dist with timestamps in the future, the "last modified" column shows "a minute ago" **To Reproduce** Steps to reproduce...
Module and distribution pages currently have Twitter card metadata, but that only helps previewing links on Twitter. Adding [Open Graph](https://ogp.me/) metadata would improve this on other platforms as well (not...
This will make uses of the also-deprecated `GIMME` macro emit a compile-time warning. Note that there are 3 modules still using `GIMME` in core, so this should not be merged...
Also, no need to separately check is_overloaded(), overload_op_info() does that anyway.
The current [command](https://pgbackrest.org/command.html) and [configuration](https://pgbackrest.org/configuration.html) pages are very long and hard to navigate. Splitting these into one page per top-level section (``) would make navigation and searching for which options/concepts...
Custom rendering function to add `id` attribute to headings. Fixes #2312
Here are some miscellaneous clean-ups from the code review I promised the other day. ## ilmari, aka TokenScandi
This gets passed on to Test::TCP which asks the kernel for a free listening socket, avoiding the race conditions inherent in trying to find a free one manually. No need...
On my employer's Jenkins build nodes (CentOS 5), I'm seeing intermittend failures of STDERR-related tests. Some examples: ``` # Failed test 'tee_merged|perl|both|multiline - tee STDOUT (STDOUT)' # at t/lib/Cases.pm line...