Joachim Løvgaard

Results 88 comments of Joachim Løvgaard

> @loevgaard that one exists already Didn't know that :) >@loevgaard sorry, I think the naming is poorly chosen. Maybe it is wise to rename the nonNegativeInteger to unsignedInteger, because...

Yes, that works. I guess the other problem is actually a Psalm issue. When the `parent::__construct()` call is made it initializes the `Response::$header` property. I would've thought it could detect...

I was too fast. I forgot to clear the cache: Here are the errors I have after that change: ``` ERROR: PropertyNotSetInConstructor - src/Renderer/PdfResponse.php:11:13 - Property Setono\SyliusGiftCardPlugin\Renderer\PdfResponse::$headers is not defined...

What happens if you try to downgrade your own dependency?

doctrine/persistence v3 is supported in the newest release

> I think this collides with newly implemented [nested attributes](https://symfony.com/bundles/ux-twig-component/current/index.html#nested-attributes). > In your case it would be accessible with attributes.nested('x-on') which in your case is unexpected :) Now that you...

I don't know if it's possible, but there's also the option to use another separator for nested attributes, e.g. dot: ```twig ``` But then again, that might conflict with something...

The practical approach would be to do the research of the top 10-20 JS libraries that use this kind of syntax and see how they do it and make an...