David Buchmann

Results 944 comments of David Buchmann

hi, thanks for this PR. can you please rebase on 2.x to get rid of the codestyle errors? and can you please add an entry to the changelog, for the...

great, thanks a lot for this improvement!

hi @homersimpsons , thanks for reporting this. i think you are right that we should improve on this. (this bundle is much older than the autoconfiguration capabilities of symfony). glad...

:thinking: good ideas. using the class names would be in line with e.g. how forms has been changed. if we use service ids, it would still work to define an...

With rabbitmq and the amqp PHP library, the header limit is even just 128 KB (overall, not per header). I adjusted our application to remove the error details stamp alltogether...

> That's not what's happening: envelope gets bigger before getting sent back again, and goes over the limit. are you saying the message we send goes very close to the...

i think the base problem indeed is > JsonEncode and JsonDecode are not defined as service and not Injected inside the JsonEncoder. They implement the EncoderInterface and DecoderInterface that can...

@upyx yep exactly, that is what i formulated as variant "a)" in my comment above. i am waiting for @nicolas-grekas to tell if he prefers that or variant b). (tiny...

imo the global context is useful. if i want all my serializers to treat e.g. JSON_PRESERVE_ZERO_FRACTION one way or the other, it makes sense to configure that globally. when i...

inline editing is useful for the phpcr admin too, so if we can fix the infrastructure for that, please do it here in the base admin bundle