Jaroslav Týc
Jaroslav Týc
In my case I have just accidentally removed `behat.yml.dist`, therefore Behat does not used ```yaml imports: - vendor/sylius/sylius/src/Sylius/Behat/Resources/config/suites.yml ``` which leads to same `FeatureContext context class not found and can...
@ruflin In that issue I have found opposite problems 1. it is broken without trailing slash https://github.com/ruflin/Elastica/issues/1777#issuecomment-735692398 2. it is broken with trailing slash https://github.com/ruflin/Elastica/issues/1777#issue-617992054 My proposal is to make...
There is even a guide how to easily activate validation for `DELETE` https://api-platform.com/docs/guides/delete-operation-with-validation/ Of course is misleading, because `\ApiPlatform\Symfony\EventListener\ValidateListener::onKernelView` has hardcoded skip of any validation for `DELETE`. So to validate...
Any chance to move this forward? Guys from my team refuse to use maker for entities because of forced fluent interface, which brings whole bunch of new troubles. Yea, it...
@jakubtobiasz We were experiencing troubles with locale switch in admin after changes described above https://github.com/Sylius/Sylius/issues/15282#issue-1888643406 We had to change priority again, currently to - `Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter` priority 6 - `Sylius\Bundle\CoreBundle\EventListener\LocaleAwareListener` priority...
Update 2: It seems that we have broken admin language by our first fix attempt because of this non-channel service with priority just 10 ```xml %sylius_shop.firewall_context_name% ```
For me the _Could not load services and user information_ problem happens automatically, when I change WiFi immediately after my notebook wake-up. In train I use mobile hotspot, in office...
> I don't quite understand where the extra semicolons are coming from. I see a single semicolon in [Symfony source code](https://github.com/symfony/symfony/blob/c0e30bb06bb4c12efc8bad13f7cb732954cb0182/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php#L108-L127) Good question. I thought that it is some Postgres...
> Could we test & optionally fix this & integrate through https://github.com/nextras/multi-query-parser/? Note that `nextras/multi-query-parser` currently fails to parse it too (version `v1.0.0`, `cbec8dcd4904b999b9d138a70776df87ee5ce962`)
> I would say the main issue is that the Sylius migration is just wrong. It should not contain the terminating semicolon. In this part I disagree. Standard semicolon at...