Kristof, Fooman

Results 59 comments of Kristof, Fooman

This does work `warden env exec -T php-fpm bin/magento`

In my opinion the solution should use the order state https://github.com/magento/magento2-pwa/blob/main/SalesGraphQlAux/etc/schema.graphqls#L5 instead of doing any derived calculations. Also note that "Delivered" will be inacurrate until such time that the delivery...

Just linking the original issue report here as well https://github.com/magento/pwa-studio/issues/3716

@Jordaneisenburger Subscriptions would be neat to build on top of, but I believe Magento 2 as a back-end is not ready for that yet as it is missing the type:...

@larsroettig sorry only commented which seems to have unassigned you and I can't undo it ?!

hey @astorm - I see you found the presentation. Sorry to disappoint but there is no magic bullet. You will need the require entry in your main `composer.json` for the...

I have added `jms/serializer:3.18.2` to my main Magento project and this worked better than `doctrine/annotations:"^1.13"` as that downgraded `jms/serializer` to `1.10.0` which errored elsewhere.

Unfortunately [mb_str_split()](https://www.php.net/manual/en/function.mb-str-split.php) was only introduced in php7.4 which will make swapping this out trickier.

Thanks for your contribution. It sounds like this might be only happening in isolated cases, as I haven't seen this come up very often. So I'll keep this PR unmerged...

How did you disable it?