Javier Eguiluz

Results 81 issues of Javier Eguiluz

When we introduced PHPStan, we added lots of errors to a "baseline file" to ignore them instead of fixing them. So, let's fix them. In my opinion there are two...

Calling for help from Docker experts. We need to create the best possible `docker-compose.yml` file for this project. The application requirements are well defined (we use env vars, Webpack Encore,...

Feature
help wanted

We use bootswatch 3.* and Bootstrap 3.*. We could upgrade bootswatch to 4.*, which in turns requires upgrading Bootstrap to 4.*. After the upgrade, the current theme (flatly) and the...

good first issue
help wanted

Related to https://github.com/symfony/symfony-docs/pull/13135. I don't know if it's technically possible, but I also faced a similar error in the past. Maybe we could create a listener that tries to recover...

Yesterday I merged #909 as an (ugly) temporary solution to a very tricky error. How to reproduce the error: * Use `prod` and `debug=0` in `.env` * Comment the `DATABASE_URL`...

bug

As @stof explained in #817: > I suggest using a possessive quantifier to improve the route matching performance (Symfony generates possessive quantifiers for its builtin requirements, but custom ones need...

Fixes #4875. It's WIP because I still see some bugs.

bug

Fixes #5211. At first I tried to add a local cache in this class, but performance was much worse. So, I refactored code a bit to not call PropertyAccess methods...

See https://github.com/EasyCorp/EasyAdminBundle/commit/06ca05a17a8626528e86ba6671996b2fe3527253#commitcomment-79147664 for details.

bug
design

I was inspecting the dependency injection container generated in production and, after MonologBundle removed the `.class` params in https://github.com/symfony/monolog-bundle/pull/170 and Symfony removed its last `.class` params in https://github.com/symfony/symfony/pull/21739, DoctrineBundle is...

Improvement