Alex Wilson
Alex Wilson
* Replace internal ASM dependency with external library * Replace EA Loader for tests
This replaces the Bootstrap-provided accordion setup with a vanilla HTML5 details/summary tag, styled in a similar way.
Merging a PR should build the library and publish to PyPI
Using colour as a way of conveying information doesn't work for certain kinds of colour-blindness. - [x] Use icons instead of just colour (test with https://www.toptal.com/designers/colorfilter) - [ ] Ensure...
If external link checking is enabled with HtmlProofer, the next page created will cause the link checker to fail when using auto-generated links to the page source. This is because...
This PR adds a new builtin called `assert(test; $message)`. The `assert(test; $message)` function applies the test to the input entity. If the test passes (returns true) then the output is...
Thanks to a PR raised by @colindean, there is a [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/a/adr-viewer.rb) in Homebrew for installing adr-viewer, and it is pinned against specific versions of the dependencies for that version of...
The project assumes some things about the structure of the ADRs based on `adr-tools` and common variations of the ADR format. It'd be useful to have a separate linting capability...