Andreas Erhard

Results 12 issues of Andreas Erhard

- Improve examples in `config.yml`, unify whitespace and description styles - Rewrite section about web interface - Clarify optional requirements - Improve contribution section (add note about code style, tests,...

Enhancement
Documentation

As part of the discussion in [#76](https://github.com/mjphaynes/php-resque/pull/76#issuecomment-354273089), @scones suggested to reconsider and possibly slim down external dependencies. The PR #71 deals already with the Symfony component versions, however the scope...

Enhancement
Waiting for feedback

Thanks for your great work of continuing the open-source packagist app. Is there a way to allow package metadata read access without authentication (for all or for specific packages)?

Fixes PHP notice `Use of undefined constant CURL_SSLVERSION_TLSv1` in PHP < 5.5 The CURL_SSLVERSION_\* constants are not available in PHP < 5.5, but their literal integer values work. See https://bugs.php.net/bug.php?id=62318...

Maintainer: @lipnitsk Environment: All architectures, OpenWRT 21 Description: Rebuild vpnc using [the new upstream version](https://github.com/streambinder/vpnc) to support [the additional IKE DH Groups dh14/dh15/dh16/dh17/dh18](https://github.com/streambinder/vpnc/issues/27). If you want, I can create a...

In some cases, PDFs may contain image resources which are not referenced on pages anymore. Example files: [pdf-optimization-original.pdf](https://github.com/pdfcpu/pdfcpu/files/14359922/pdf-optimization-original.pdf) [pdf-optimization-page-removed.pdf](https://github.com/pdfcpu/pdfcpu/files/14359923/pdf-optimization-page-removed.pdf) Here a second page containing an otter image was there, but...

feature request

### pdfcpu does not process PDF 1.4 with content unsupported in that version Please ensure the following: * Your issue is based on the latest commit Current stable release 0.6.0,...

investigate

Hi! If I try to process a multiline string which doesn't have text after the line break, the strings content gets lost instead of being parsed correctly. CSV example ```...