Olaf Alders

Results 87 issues of Olaf Alders

Do we want to include Gravatar icons in the app?

wish list
perl
objective-c

A browsable list. I want to click on WWW, then WWW::Mechanize, then WWW::Mechanize::Sleepy.

wish list
objective-c

When viewing a single module, the four buttons on the bottom don't seem to do anything; nor is it clear what they should do (previous/next something, delete from somewhere, refresh?)

improvement
objective-c

https://en.wikipedia.org/wiki/Blink_(browser_engine) The docs state that we will return `webkit` for Chrome, but this note is from 2015-03-23. At this point, maybe `blink` makes more sense for Chrome versions starting at...

As reported by email: > the pattern matching for webview detection, lines 974-978. In this code block you're matching anything that's chrome + android + version 30.0 or greater. This...

There are some great suggestions in here for improving the code base and adding some more helpful methods: http://blogs.perl.org/users/neilb/2011/10/cpan-modules-for-parsing-user-agent-strings.html Just need to take the time to break those out into...

- **Make config easier to get for now** - **Get elasticsearch servers from config**

To reproduce: ``` docker run --platform linux/amd64 --rm -it perldocker/perl-tester:5.36 ``` In Docker container: ``` curl -O https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-3.16.1.tar.gz cpm install DBD-Pg-3.16.1.tar.gz ``` The result should be: ``` cpm install DBD-Pg-3.16.1.tar.gz...

The following fails: ```bash #!/bin/bash set -eux -o pipefail orepan2-inject https://cpan.metacpan.org/authors/id/G/GC/GCAMPBELL/Data-Diff-0.01.tar.gz darkpan pkgs="file://$(pwd)/darkpan/modules/02packages.details.txt.gz" darkpan="file://$(pwd)/darkpan/" local=foo rm -rf $local cpm install \ --resolver "02packages,$pkgs,$darkpan" \ -L "$local" \ --show-build-log-on-failure \ darkpan/authors/id/D/DU/DUMMY/Data-Diff-0.01.tar.gz...

`cpanm` does this and it's very handy, because I can just copy paste a dist name without having to manually do the translation. eg: ```bash MaxMind-MacBook:~ olaf$ cpm install -g...