Dagfinn Ilmari Mannsåker

Results 19 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.

The attribute was renamed from `endpoint` to `media_endpoint` in #290, but the control room `mediaurl` handler missed the memo.

Include the property name in the cache key to avoid clashes when multiple view instances with different settings and root directories are registered. Signed-off-by: Dagfinn Ilmari Mannsåker #### Checklist -...

Hi, There have been several test fixes for OpenSSL 3.x merged in the last few months, would it be possible to get a release out with them so people don't...