John Beard

Results 15 issues of John Beard

[This is a continuations of the solid start made in #2133 by @Garz4 in 2020, with some modifications] Added `ElementsAre` and `UnorderedElementsAre` generic range matchers which take a range during...

Adds a basic bash completion script for the rofi(1) command. Most parameters are handled to some extent, with some extra logic for things like modi, windows, X11 displays, key bindings...

When copying issues in the calendar view, the date defaults to today. When looking at older weeks, this often causes the newly-created issue to vanish, as it will move to...

on hold for popularity

Catch2 v3 is no longer distributed as a single header. If you do this: ``` #include #include ``` Then the `CATCH_VERSION_MAJOR` will not be set, used here: https://github.com/rollbear/trompeloeil/blob/6b2742870a4b08e87cf104e2e9e7904c3818275d/include/catch2/trompeloeil.hpp#L19 since that's...

Provides a simple way for a user to actually put the OCD config and ELF file together in such a way that allows real debugging.

The default build directory used by build.bat is "build" so ignore that.

I have a lot of documentation in PDF format. Many documents are hundreds, and even thousands of pages long, and sometimes split into multiple volumes. For example, the ARM v7...

type/feature
scope/format

It should be possible to make this a plugin of some kind. The command line interface is, however, the primary interface, as it's designed to be used for automation.

In the following example, the two "lorem" spans should both have a hanging indent: ```html 1 Lorem ipsum... Lorem ipsum... ``` E.g. Sigil: ![2021-02-26_172137_371x340_screenshot](https://user-images.githubusercontent.com/5386578/109333234-171a0080-7857-11eb-8c84-cbd650b31501.png) However, only the second one is...

From the CSS Level 1 spec: (https://www.w3.org/TR/CSS1/#text-decoration) > This property is not inherited, but elements should match their parent. E.g., if an element is underlined, the line should span the...