Gabriel Ostrolucký

Results 167 comments of Gabriel Ostrolucký

IMHO BooleanToStringTransformer::reverseTransform should be changed so it doesn't return false only when $value is null, because it's not possible to send null via HTTP form

@mvrhov When you send only part of the form (which is the case for PATCH), you have to send name and value of the checkbox. Currently, anything you send evaluates...

This issue was incorrectly closed as a duplicate. They are separate issues. For this issue, test case for it would be ```php class CheckboxTypeTest extends TypeTestCase { public function testSubmitNestedCheckBoxWithEmptyValueAndFalseUncheckedWithClearMissingFalse():...

also see https://github.com/symfony/symfony/issues/27053

Personally I use no features of this bundle, it's just required by jmsjobqueuebundle

That's nice, but I'm hesitant to use dev branches in production. There should be a push for merging the branch and release it.

I share same opinion. I don't think there currently exist PSR-17 factory or PSR-7 request with this normalization.

Why is Buzz doing normalization on some places, but not other places though?

Indeed. I don't see good way to solve this though, so this will be won't fix unless somebody steps up to fix this.

Let's leave the issue open to show that I'm open to contribution for fixing this