Mathieu Piot

Results 24 comments of Mathieu Piot

Same issue here, I just try to set: ```json serializer: default_context: json_encode_options: 1024 # value of JSON_PRESERVE_ZERO_FRACTION ``` I see that run `symfony console cache:clear` trigger the `SerializerPass` that bind...

I've dump `$encoders` from the `__construct` in `Serializer.php`, it seems some encoders receive the context, other none. For exemple: XmlEncoder receive the defaultContext but JsonEncoder not. Inside the JsonEncoder, it...

@javiereguiluz okay, I see many possibilities: - implement MySQL and Yarn in docker (add SQLite to docker), keep build assets and the SQLite db - replace MySQL by SQLite -...

@javiereguiluz I've fix it :-) I've just keep a Doctrine Migration file, then if a user want to use MySQL he can execute the migration.

@voronkovich I've fixed some parts, as mentioned above, I've forget some parts (I use files from a personnal project). I've removed MySQL part, indeed, it's simpler whithout all theses commented...

@voronkovich In the makefile the `make tty` use `docker-compose exec` then we don't need to add `-it` options. I wait some other coments for this part, `make tty`, `make bash`...

@jkufner why not, now: 3 persons => 3 choices :-)

This is ok, I've rename the `tty` part in `shell` :-)

What do you think about the naming for the `php-cs-fixer` part ? Because we name `lint-yaml`, `lint twig`, `lint xliff`, why not `lint php` ? I'm pretty divided about it.

Test fails because there is a vulnerability (Twig 2.7 required, but it will be fixed when #955 is merged) At the moment, I've no updates used versions. Then maybe before...