Jon Green
Jon Green
When building, warnings are raised because using / for division outside of calc() is deprecated (in Dart Sass, at least, I don't know about other SASS compilers).
**Describe the bug** Any time you run Symfony's `assets:install` command, the `public/bundles/fmelfinder` directory is removed, so you then have to run `elfinder:install` to (re)install the assets. One workaround is to...
Currently if you have a picker with, for example, `2023-08-11` selected, then use `setMin()` to change the minimum date to `2023-08-16`, an error is thrown "Out-of-range" error is thrown. It...
Related issue: https://github.com/KnpLabs/KnpPaginatorBundle/issues/781
It would be helpful if this bundle provided a `` template for use in the `` of a page. Although [Google](https://developers.google.com/search/docs/specialty/ecommerce/pagination-and-incremental-page-loading#use-urls-correctly) no longer uses these, other search engines might, and...
Since Symfony 6.1, it has been possible to [run a portion of code in a specific locale](https://symfony.com/blog/new-in-symfony-6-1-locale-switcher), and as of Symfony 6.4 to [render emails in a specific locale](https://symfony.com/blog/new-in-symfony-6-4-locale-improvements#render-emails-in-user-locale), but...
Sagepay are beginning to publish information on the PSD2/3DSecure2 aspects of their V4 VPSProtocol: https://www.sagepay.co.uk/support/38/psd2-under-direct-integration . At the time of writing they haven't linked to a new version of the...
### Description I'm new to (DKIM)signing emails, and have a couple, of observations/suggestions that might make the process easier to work with. The `DkimSigner`'s `sign()` method (and `SMimeSigner`'s `sign()` method...
### Description Currently the recommended workflow for [signing emails](https://symfony.com/doc/current/mailer.html#signing-messages) (DKIM or S/MIME) is to sign the message in a controller/service/wherever and then use the Mailer to send that *signed* message...