Jaroslav Týc
Jaroslav Týc
**Sylius version affected**: `v1.12.10` Symfony version `v6.3.0` **Description** Requests via **ApiPlatform** ignore locale and use only default Symfony app $LOCALE from env. As a result translations via `$this->translator->trans()` always use...
Our shops work primarily with multi-variant products. Those variants are often priced differently each other. And we need to search by those different-per-variant prices. This proposal saves to Elastic all...
_Accept both with and without trailing slash URL as Elastic source._ I have spent few time to find out what is wrong with Elastic URL `https://foo:[email protected]`, getting error `Couldn't resolve...
Add `postgres` Docker compose service as an alternative dependency to the app. Just to make it clear for newbies, who can get stuck on switching to Postgres via `docker-compose.yml` without...
End builder properly when no user class properties as choices are available. --- I had this User class ```php class EmptyUser implements UserInterface { public function getRoles(): array { return...
```json { "require": { "predis/predis": "v1.1.6" }, "require-dev": { "phpunit/phpunit": "7.5.20", "symplify/vendor-patches": "^11.2" } } ``` `composer update` It crashes on ``` - Installing phpunit/phpunit (7.5.20): Extracting archive - Applying...
To allow decorate response checker for custom error messages and so. | Q | A |-----------------|----- | Branch? | 1.14 | Bug fix? | no | New feature? | yes...
Symfony messenger generated following SQL migration for **PostgreSQL** ```sql CREATE OR REPLACE FUNCTION notify_messenger_messages() RETURNS TRIGGER AS $$ BEGIN PERFORM pg_notify('messenger_messages', NEW.queue_name::text); RETURN NEW; END; $$ LANGUAGE plpgsql;; DROP TRIGGER...
**API Platform version(s) affected**: v3.2.21 **Description** Update of an collections of entities via another entity does not work for PATCH :boom: But it does work for PUT ✅ It seems...
**Sylius version affected**: 1.10 ... 1.14 **Description** Sylius documentation clearly mentions `config/api_platform/config.yaml` API platform customization config file. Another Sylius documentation indirectly says that `config/api_platform/config.yaml` should be used automatically for Sylius...