Thomas Landauer
Thomas Landauer
Psalm was giving me: > ERROR: UndefinedMethod - ... - Method ZBateson\MailMimeParser\Header\AbstractHeader::getDateTimeImmutable does not exist (see https://psalm.dev/022) on ```php $message->getHeader('date')->getDateTimeImmutable() ``` It looks like line breaks aren't allowed here, even...
I have this: ``` MIME-Version: 1.0 From: Date: Wed, 27 Dec 2017 12:33:40 +0100 Content-Type: multipart/report; report-type=delivery-status; boundary="__TOP_LEVEL_BOUNDARY__" --__TOP_LEVEL_BOUNDARY__ Content-Type: multipart/alternative; differences=Content-Type; boundary="__DSN_FIRST_PART_BOUNDARY__" --__DSN_FIRST_PART_BOUNDARY__ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Delivery...
Follow-up of https://github.com/zbateson/mail-mime-parser/issues/119#issuecomment-668740788 about this idea: Whenever the parser does some error correction, drop something like `$this->addParsingError('Invalid timezone')` into it; then the user could retrieve all those errors with something...
Currently, `b&c` gets slugified to `b_c`, but I think `b_and_c` would be better. So what about adding a `&` line to every language ruleset, replacing it with the word `...
According to https://github.com/cocur/slugify/blob/master/Resources/rules/austrian.json#L3 and https://github.com/cocur/slugify/blob/master/Resources/rules/german.json#L3 "Österreich" will be slugified to "OEsterreich", but it should be "Oesterreich". However, when it's all uppercase "OESTERREICH" is correct (not "OeSTERREICH"). So the perfect (?)...
This is somewhat related to https://github.com/stripe/stripe-php/issues/970 It looks like you're using [`StripeObject`](https://github.com/stripe/stripe-php/blob/master/lib/StripeObject.php) as a catch-all class for any unknown/undetermined result. When running phpstan, I'm getting a bunch of errors, all...
### What happened? ... if there is something else that needs to be changed. I have this: ``` resource "hcloud_firewall" "foo" { name = "foo" rule { direction = "in"...
It would be nice to be able to fill the `width` and `height` attribute of the ``. Still remembering the discussion at https://github.com/endroid/qr-code/issues/95: Am I right that when setting `size:...
Symfony is moving from YAML configuration to PHP, see https://github.com/symfony/symfony/issues/37186 With this being my `config/routes/endroid_qr_code.php`: ```php