Olaf Alders
Olaf Alders
So, basically this will give you a quick start: https://help.github.com/articles/creating-a-pull-request/ What you need to do is click the "Fork" button above which will fork this repository to your account. Then...
Thanks! This is looking really good. Let's see what we need to do to wrap this up. - You should be able to follow the pattern in `t/video_user.t` to test...
What's the output of `perl -MWWW::YouTube::Download -e 'print $WWW::YouTube::Download::VERSION'`?
Thanks. The basic status of this module is that no one person is actively working on it, but I'm happy to merge reasonable patches, especially if they come with some...
Looks like an issue with line endings in the diff in `t/pod/renderer.t `
I should also add that we could possibly test syntax highlighting using Playwright: https://www.browsercat.com/post/ultimate-guide-visual-testing-playwright
The blocker right now is that the build is broken using this fork: ``` processing article for 2011-12-01... Strings with code points over 0xFF may not be mapped into in-memory...
Thanks for reporting this. `perlimports` needs to be smarter about things which only get exported if they get passed in to an `import()`. In the meantime, this should probably just...
I think this makes sense to me. What I was thinking to start with was maybe just to sort contiguous sets of modules, so that should work with what you've...
Thanks! I wasn't aware of this issue. Looks like this needs to be special-cased.