Geoff

Results 19 issues of Geoff

Due to #7, the site wasn't picking up counts for ~10 days without being noticed. Upon fetch failure the site should send an email or tweet so that status can...

Instead of forking all of Reveal.js, which requires a merge to keep up to date, it may be better to include reveal as a dependency.

`this.m_eleUpdateLogContainer[0]` may not exist, causing an error when trying to access it.

This checks for the autoloader path when launcher is either installed as a phar, or globally with composer via `composer global require drupal/console-launcher`. Running console from a global install via...

Only include minor version for D8+, so that D7 contraints are in the format `>7,7.67,

#17 Still includes constraints for each unsupported minor core version instead of a single constraint blocking all older core versions. e.g. `8.0.4|>=8.0,=8.1,=8.2,=8.3,=8.4,=8.5,=8.6,=8.7,

This PR builds on #11 - Only add one range constraint for most recent security release - Exclude individual unsupported releases that are covered by a security release range -...

If a pattern name includes an underscore, the corresponding markdown documentation name is mangled by removing the underscore, preventing the documentation from being correctly connected to the pattern. There was...

The radios selection for Person Type doesn't provide any value if only one option is available.