Olaf Alders

Results 87 issues of Olaf Alders

- **Add precious config** - **Add script to install precious in Docker**

This used to accompany the latest releaser's name.

type:Bug

See discussion at https://github.com/xaicron/p5-www-youtube-download/commit/358223b20add9f810f73ceb6bf97e222079819b3#r42587661 Basically, we don't want to run into any issues around infringement. The safest way to do this would probably be to remove `t/data/player_response.html` and update the...

There's an issue in WWW::Mechanize that applies to Test::WWW::Mechanize. I'm closing it there and referencing it here. I have no idea if this is still a valid issue. https://github.com/libwww-perl/WWW-Mechanize/issues/222

We should be able to do this in GH Actions by taking screenshots with Playwright while running in headless mode.

See https://github.com/rjbs/WWW-AdventCalendar/pull/5/files I think we can install `WWW::AdventCalendar` [from this branch ](https://github.com/rjbs/WWW-AdventCalendar/tree/rssmode) in the container which does the site building.

Something like `my $file = new File $path, $data;` is not currently recognized as a use of `File`. https://perldoc.perl.org/perlobj#Indirect-Object-Syntax

```perl #!perl use 5.36.0; use English qw( $PROGRAM_NAME ); say $PROGRAM_NAME; ``` ``` perlimports --lint english.pl ❌ English (import arguments need tidying) at english.pl line 5 @@ -5 +5 @@...