Thomas Landauer
Thomas Landauer
Follow up of https://github.com/dompdf/dompdf/issues/2137 I'm using https://github.com/endroid/qr-code to create a QR code, as in the example shown there: ```php $qrCode = new \Endroid\QrCode\QrCode('Life is too short to be generating QR...
Symfony changed its configuration recently - see https://github.com/symfony/symfony/issues/46546 psalm is now reporting: > PossiblyUndefinedMethod - config/packages/framework.php - Method Symfony\Config\FrameworkConfig::scopedClient does not exist So the workaround (``) I added in https://github.com/psalm/psalm-plugin-symfony/pull/203...
I just created this in my `.ts` file: ```ts locals { hetzner_ns1 = "helium.ns.hetzner.de." hetzner_ns2 = "hydrogen.ns.hetzner.com." hetzner_ns3 = "oxygen.ns.hetzner.com." } ``` And besides asking myself if this is really...
When the domain name contains an umlaut, I'm getting this error: > Error: Error creating zone. API returned HTTP 422 Unprocessable Entity error with message: '422 Unprocessable Entity: invalid invalid...
See https://github.com/tighten/collect
What about a convenience function that returns a \DateTime out of the box?
When installing SahiDriver with `composer require behat/mink-sahi-driver` (as explained at http://mink.behat.org/en/latest/drivers/sahi.html ) I get: ```` Package behat/sahi-client is abandoned, you should avoid using it. No replacement was suggested. Package behat/mink-sahi-driver...
Here's a live example, plus the browser support: https://fvsch.com/code/svg-icons/symbol-sprite/
I haven't tested this - just wanted to make you aware that there's a new version out :-)
# Bug report `mb_convert_encoding()` returns `array|string|false`, but it looks like PHPStan only expects `string`. https://www.php.net/manual/function.mb-convert-encoding.php says: > Return Values > The encoded string or array on success, or false on...