Sebastiaan Stok
Sebastiaan Stok
Done for Doctrine ORM. Still needs to be done for the DBAL version.
Is this is logic followed only at the root form, or in deeper forms as well? In the Park-Manager FormHandler I implemented it like this (root form only): ```php /**...
Depends on #211
@dkarlovi is this Elasticsearch specific? And if so, is it still relevant?
You can use `### Title` to have permanent anchor links. And GitHub has actually open-sourced there Markup renderer 👍 https://github.com/github/markup
The readme file is auto-generated. Please see https://github.com/paragonie/awesome-appsec/blob/master/CONTRIBUTING.md on how add new entries. You need to add a new file here https://github.com/paragonie/awesome-appsec/tree/master/data/00-general/websites
I don't know what a .dia file is, but it seems there are some `.dia.autosave` files, is this correct?
`{{ product.getNbResults() }}` will give the amount of items on the current page. Changing the functionality of the count() method to not return the total would be a BC break.
https://github.com/whiteoctober/Pagerfanta/blob/master/src/Pagerfanta/Pagerfanta.php#L129
The mime-type is resolved by PHP, which uses the systems 'magic' file for mime-types. If this is not up-to-date you get 'application/octet-stream' as default. See https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/HttpFoundation/File/UploadedFile.php#L115-L119