Bernhard Schmalhofer

Results 10 issues of Bernhard Schmalhofer

My understanding is the `S::R::D::find_element()` throws an exception when the element is not found. Consequently the methods `T::S::R:D::find_element_ok()` and `T::S::R::D::find_no_element_ok()` throw an exception when the assertion is not valid. For...

I have been looking at DragAndDrop failures of the Selenium tests for OTOBO. There I noticed that _pointerDown_ was emitted twice. I think that the WebDriver action should be _pointerUp_...

I wanted to clean up the unrestricted `no critic` annotations. The first step should be to remove the useless `no critic`annotations. But it got no violations from ProhibitUselessNoCrititc because of...

…sNoCritic An unrestricted 'no critic' should not filter out the warning about it's uselessness.

This was in Parrot's trac: https://trac.parrot.org/parrot/ticket/232 Magical constants are not yet supported.

missing feature

Hi, I am fond of [perlimports](https://metacpan.org/pod/App::perlimports) for cleaning up my import statements. Would it make sense to add that module to the image? The list of dependencies looks a bit...

### Environment - OS: Linux - Browser: Firefox - Znuny version: 6.4.4 ### Expected behaviour I expect that that .ics files are handled according to https://www.rfc-editor.org/rfc/rfc5545 . But please note...

3 - verified
1 - 💎 code quality

### Environment - OS: Linux - Browser: Firefox - Znuny version: rel-6_4-dev ### Expected behaviour For MIME content-types not semicolon is required after type/subtype ### Actual behaviour The regex in...

2 - clarification

It is easy to install additional packages in the image. But I think it would be a nice addition if [Perl::Tidy](https://metacpan.org/dist/Perl-Tidy) were installed per default.

This PR is for https://github.com/Perl/docker-perl-tester/issues/70. I don't recall why I thought the Perl::Tidy was not included in the Docker image. Looking at the _cpanfile_ I found that both `Perl::Tidy` and...