Alex Rock

Results 67 comments of Alex Rock

Injecting values in the constructor is a nice idea @karser but I see here a big drawback for the Form component: it forces you to use a DataMapper. The Form...

> btw Serializer supports [denormalization from the constructor](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php#L389-L451) Didn't know that, thanks 👍! For the rest, I still think public properties are kinda useless, especially because we don't have strict...

The 3 solutions could be interesting, and solution 1 is almost identical to solution 3 with PHP 7.4 coming along, so we could instead propose the 3 ways of doing...

@ckrack what do you need to finish this PR exactly? 😄

> this does have some overlap with (de) serializer. could we see the serializer as a special case of the Mapper? serializer maps object to array, this mapper maps object...

Hey @fariasmaiquita, thanks for using this package :slightly_smiling_face: If you want to contribute, first check the details of the option to know what are the arguments: http://www.imagemagick.org/script/command-line-options.php#threshold Then, you see...

Fixed by #25 and released in 3.0.13 :rocket: