Francis Hilaire
Francis Hilaire
How to handle SVG file thumbnail ? When trying to get thumbnail, this error occured : ``` An image could not be created from the given input [1] Imagine\Exception\InvalidArgumentException: An...
**Sylius version affected**: 1.11 **Description** Using an alias with more than one dot. `\Sylius\Component\Resource\Metadata\Metadata::parseAlias` will return an array with more than 2 elements and only the first two items of...
| Q | A | --------------- | ----- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets...
| Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? |...
Writing some Behat tests for a Stripe gateway, I found that each generated capture tokens were never been invalidated. Reading the documentation of `payum/payum` about [`capture.php`](https://github.com/Payum/Payum/blob/master/docs/examples/capture-script.md) and how `payum/payum-bundle` is...
Fixture are usually used during a command and is considered stateless. ChannelContext is supposed to be stateful : https://github.com/Sylius/Sylius/issues/9987#issuecomment-1022977043 A `Block` has a `product_codes` and a `channels` nodes, if a...
**Sylius versions affected**: > 1.2 I suppose **Description** When having two channels and try to use a command witch use a `ChannelContext`, it throw a `ChannelNotFoundException` **Steps to reproduce** Two...
| Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.13 | | Bug fix? | no | | New feature? | yes | | BC breaks? | no | |...
**Sylius version affected**: 1.12 **Description** When you enable OAuth configuration on api_platform, the replaced service : `api_platform.swagger.action.ui` is not handling PKCE configuration correctly. It avoid the Swagger UI displaying and...
Using PostgreSQL, Doctrine will use UUID field type. If you don't specify the parameter type it will try to send a string instead of the binary content and fail with...