Alan Poulain
Alan Poulain
`kernel.root_dir` is deprecated since Symfony 4 and removed since Symfony 5. `kernel.project_dir` has been introduced in Symfony 3. See also https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory. In this PR, I tried to be compatible with...
Instead of using a configuration file, it could be great to have an interactive mode, like Symfony Maker does.
The Schema Generator could use a GraphQL schema as input, like the OpenAPI one.
When there is already an image embedded in the tweet, previewing the link is weird: it takes a lot of space and the image is often the same as the...
Method `serializePageBasedPaginatedCollection` should also check `PartialPaginatorInterface`.
Following https://github.com/marmelab/react-admin/pull/7426. Use framer-motion to handle reorder animations. It also enables a drag feature.
For some extensions (like https://github.com/taluu/behapi), it may be useful to access the extension container services. I don't think there is an easy way to do this, could you provide one?