Terje Bråten

Results 41 comments of Terje Bråten

What will it take to get this merged? Has this project been abandoned? Seems like no project mantainer with merge rights is around?

@everzet, @stof, @Shashikant86, @robocoder Anyone that have merge permissions to this repo give this some attention please. Thank you.

Ping. Could we have some progress on this please?

Hello? Has this project been abandoned or something?

It has been 6 months now. Could someone with merge rights please look into this?

A step like this I think would be helpful: ``` /** * @When /^I check the "([^"]*)" radio button$/ */ public function iCheckTheRadioButton($labelText) { $page = $this->getSession()->getPage(); $radioButton = $page->find('named',...

Hi @alli83 Are you going to make a new PR to correct this? As it is now, we cannot have enums in our Dto's because we get InvalidArgumentException instead of...

No. My project is locked to symfony 5.4 and PR https://github.com/symfony/symfony/pull/48821 is a symfony 6.3 thing. The thing is that this PR undid the feature done by https://github.com/symfony/symfony/pull/42502

To provide some context where I come from, I first viewed https://github.com/symfony/symfony/pull/43047#issuecomment-921077295 Then I was happy that may be https://github.com/symfony/symfony/pull/40830 + https://github.com/symfony/symfony/pull/42502 would be a solution to my problem. But...