Bernhard Schmalhofer
Bernhard Schmalhofer
The above analysis was not correct. The violation of ProhibitUselessNoCrititc was detected just fine. But it got filtered out by the very 'no critic' annotation it was complaining about. My...
I still think the the method `button_up()` should be fixed. I updated the PR, making sure it still applies to the current HEAD of master.
Thanks a bunch. I updated my required version of Selenium::Remote::Driver and closed https://github.com/RotherOSS/otobo/issues/727 .
This project is no longer active. Basically I got frustrated with my slow progress and thus lost interest. Bringing PHP to Parrot is certainly feasible, but requires some effort. These...
Hi Jaroslaw. Thanks for reporting. In d7f0780dc77b0d22b639 I made File::Which a soft requirement. Could you try testing again. AFAIK nobody tried Pipp on Darwin yet, so I'm interested in the...
TAP::Harness is the Perl 5 based testing framework that is used for Pipp. Unfortunately it isn't in a core Module of Perl 5.8.9. However it can easily be installed with...
I have a bit related use case. I'd like to set `type_all_string()`in order to avoid the mess of how numbers are more or less randomly encoded. I don't need to...
One approach could be to take the converted blessed objects and then stringify them. For my specific use case I was hoping for a `stringify_numbers` option. But even in this...
> I see no objections to add it, but also note that you can add extra packages using a `cpanfile` with cpm or cpanm actions Yes, that is what I...
Hi, this patch adds Redis support via the Perl modules Redis or Redis::Fast. Another idea is to provide generic support for CHI, https://metacpan.org/pod/CHI, and then use CHI::Driver::Redis. This would allow...