Dagfinn Ilmari Mannsåker

Results 16 issues of Dagfinn Ilmari Mannsåker

The check for whether the '/' keypress event came from the search box is using the non-standard `e.srcElement`. It should use the standard `e.target` instead (or as well). https://developer.mozilla.org/en-US/docs/Web/API/Event/srcElement https://developer.mozilla.org/en-US/docs/Web/API/Event/target

There was no handling of unsubscripted `%+`, `%-` `%{^CAPTURE}` or the English `%LAST_PAREN_MATCH`. Also, the English `@LAST_MATCH_START` and `@LAST_MATCH_END` arrays were not being recognised because they're not `PPI::Token::Magic`. In passing,...

The [API Documentation](https://github.com/endoflife-date/endoflife.date/blob/master/HACKING.md#api-documentation) section in `HACKING.md` claims the OpenAPI spec is in `_data/openapi.yml`, but it is in fact in `assets/openapi.yml`.

As mentioned on the OSM wiki for the [`railway=miniature`](https://wiki.openstreetmap.org/wiki/Tag:railway=miniature?uselang=en-GB) tag: > Miniature railways are found in parks, public/private gardens and can be tourist attractions in their own right. So it...

Styles

This avoids potential length miscounting bugs. hv_fetchs() was introduced in Perl 5.10, but is covered by dbipport.h.