Ruud Seberechts

Results 17 comments of Ruud Seberechts

FYI: This breaks the global `ea` twig variable when you use twig before the context is initialized. Eg. if I put something like this in my DashboardController implementation: ``` public...

> it's definitely not designed to render an EasyAdmin template or something that needs EasyAdmin features I doesn't have to be, the example you gave is more or less what...

I assume that is just about the order twig loads extensions in, and will not help with the goal of this MR in mind. (If I understood the performance gain...

Added the `--complete` option. And I can confirm that `dropAndResetDatabase` has no relation to this indeed.

Yeah it's a bit weird that this is now mandatory (or at least will be). I guess that how you handle this depends on what the goal of this package...

It's not a different object/entity manager though, we only have the _default_ manager. One example of how we use schemas, is to have a separate one for our audit trail,...

Yeah, I was just adding an edit that I would understand if you think this is more of a Doctrine issue (which it has been since 2016, if I take...

**About schema:drop:** It removes all tables, just not the schemas. I guess if you would compare mysql and postgres to a filesystem; mysql would have a file for each table...

Seems like it's failing on all fronts, I'll retest some things locally to see what I messed up :/