Sébastien Alfaiate
Sébastien Alfaiate
Our workflow is triggering this warning: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: deployphp/action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
The `options` input provided in the README is not working: ```yaml - name: Deploy uses: deployphp/action@v1 with: # Config options for the Deployer. Same as the `-o` flag in the...
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | -...
### Symfony version(s) affected 7.0.6 ### Description I am facing an exception when trying to render localized dates with twig for some timezones. Looks like for some timezones, the Intl...
I am trying to build a custom RTL Bootstrap 5 (version 5 is compatible with RTLCSS) unsing webpack with your tool but it looks like the `/*rtl:ignore*/` directive is ignored....
Fixes https://github.com/romainberger/webpack-rtl-plugin/issues/35
Hello, I would like to use this plugin to automatically format my input number, but keep submitting the raw value. I know that you offer an option to automatically populate...
**Describe the bug** `LanguageField` doesn't support `allowMultipleChoices` even when trying to enforce it with the native option: ```php ->setFormTypeOption('multiple', true) ``` This results in an exception. **(OPTIONAL) Additional context** `CountryField`...
In my [previous PR](https://github.com/EasyCorp/EasyAdminBundle/pull/6238) to fix the vertical scrollbar, I unfortunately broke the top bar border in some pages / resolution. This PR is to fix it. 
Fixes https://github.com/EasyCorp/EasyAdminBundle/issues/5227 and https://github.com/EasyCorp/EasyAdminBundle/issues/4088 Currently, it is not possible to properly validate images uploaded with the `ImageField` using Symfony constraints. This is because the `constraints` option is applied to both...