Massimiliano Arione

Results 255 comments of Massimiliano Arione

> This seems like a Transformation plugin could be created for that, not all binary fields are uuids My point is that: considering a binary uuid differently from any other...

Today, after performing a `composer outdated`, I discovered that there's a version `2.1` (and a `2.0` too) of payum/payum. It looks like is not updated (last update on Sep 2016)...

> Hmm strange, it looks more like a docker issue and not of the image itself I was thinking the same. Do you have an idea to point me to...

I guess this was not needed in the end. Anyway, feel free to open a PR if so.

> Hello @Koc ! Why "_Make final all classes that implement an interface_"? As it prevents to create any customized child Form Type 🤔 Which form type? Generally speaking, you...

Good points. We can reconsider the decision and agree to remove the "final" keyword for the form types. A PR would be appreciated.

@colinodell I think you should not inject directly the UploaderHandler, but instead use your specific service for this purpose (and inject UploaderHandler in it). This way you can isolate your...