Alexander Hofbauer
Alexander Hofbauer
@javierjulio Is there anything else to do on this PR?
@javierjulio Sorry, my bad! I assumed because you reviewed it you'd be able to merge. Thank you anyway!
I'm occasionally running into the same problem, when using (Liip) Imagine to resize images with vips. ``` (process:1): GLib-GObject-WARNING **: 19:35:36.232: cannot retrieve class for invalid (unclassed) type '' Jun...
This can be reproduced in any application, with the default `CountryType`: ```php ->add('country', CountryType::class, [ 'alpha3' => true, 'preferred_choices' => ['AUT', 'FRA'], 'duplicate_preferred_choices' => false, ]) ``` The fix is...
I can confirm a flood of DNS requests (15.000 and more) within a few seconds originating from my system when I run `npm update --save`. The requests are all PTR...
Maybe this is related (seen in Symfony): https://psalm.dev/r/46409b9f5a
I'm experiencing the same bug on Debian with versions `254.5-1~bpo12+3` and `252.22-1~deb12u1`. In my case the service is not enabled and doesn't even have a target! `systemctl list-timers` correctly shows...
I'm not sure if the change to Postmark mailer was actually a bug or if an image part attached to an email should never have a content ID.
> We need a test to prevent regressions on the bug. I'm not even sure whether #60097 is a bug or not. If attachments from Twig should never have a...
Looking at: https://github.com/symfony/symfony/blob/160529b4f147a3d67fe7ad13099ea9891e7833b5/src/Symfony/Component/Mime/Email.php#L485-L504 This is the reason why attachments always get a CID (as the name is set) and a few lines below that it seems that a CID is...