Thomas Landauer

Results 211 issues of Thomas Landauer

What's the recommended way to convert the content of the `Date:` header to a `\DateTime` object? I tried it quick and dirty with: ```php new \DateTime($parser->getHeader('date')) ``` ...but got this...

enhancement

When parsing an email that doesn't have a body (e.g. for testing), the *last* header is not extracted. Sample: ```php $raw =

mailparse

'm just forwarding what @ondrejmirtes told me at https://github.com/phpstan/phpstan/issues/5640#issuecomment-921238545: Calling `twig_date_format_filter()` in `App\Twig\AppExtension` *sometimes* leads to phpstan reporting > Function twig_date_format_filter not found ... and sometimes it doesn't ;-) @ondrejmirtes...

Some suggestions/questions for https://twig.symfony.com/doc/2.x/filters/html_to_markdown.html. If you help me with answers, I'll come up with a PR: 1: `twig/markdown-extra` doesn't do any conversion itself; it just looks for a conversion library...

Markdown

I think this should be explained at https://github.com/endroid/qr-code#encoding and (maybe) give a recommendation.

enhancement

When creating a QR code for payment, there's a "standard" in Austria to add a rounded border with some text in it - see https://www.stuzza.at/de/zahlungsverkehr/qr-code.html It looks like in Germany...

enhancement

Loosely following up on https://github.com/endroid/qr-code/issues/151, some thoughts about this: 1. For readability, it would be better to avoid the double negation and rename it to *include*_xml_declaration 2. According to https://stackoverflow.com/a/38172170/1668200,...

enhancement

Currently, text added by CSS `::before { content:"..."; }` isn't taken into account when getting an element's text. The specs at https://www.w3.org/TR/webdriver/#get-element-text are saying: > The Get Element Text command...

It looks like the generated PDF doesn't have a natural language declaration, which is a suggested feature for better accessibility: https://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/PDF16 I didn't do any thorough testing, but I'm seeing...

enhancement
accessibility

I'm just *guessing* this - please double-check!

Status: Needs Review