jotwea

Results 10 comments of jotwea

@maxokorokov I see no progress anymore in reviewing that PR. It was sometime added to milestone 4.0.3 but removed few days later. Is there any doing on my side expected?...

@AndreaVitale I had a look at your stackblitz. What you wanna do is to load a component in a modal directly that is declared in a lazy module. This is...

@basti1253 would help very much if you can find the time to prepare the PR, so @ZachJW34 can review and work on the migrations.

I realized that PR #5433 also introduced changes on the GraphQL side which are not valid. `{ "errors": [ { "message": "Names must only contain [_a-zA-Z0-9] but \"hydra:title\" does not.",...

Had a similar issue with nested collections. You might try if https://github.com/api-platform/core/pull/6038 also solves your issue.

I want to help reproducing and fixing this issue. Unfortunatelly I have problems running `phpunit` and `behat` tests with the latest main branch. I got this error: `Declaration of Doctrine\Bundle\MongoDBBundle\Form\DoctrineMongoDBTypeGuesser::guessType(string...

I meanwhile solved my issue localy and was able to create a PR that fixes the issues with mongodb

I am currently facing the same issue. Setting `keep_legacy_inflector: true` worked for me for the moment.

You mentioned that you get this bug only with -prod enabled, so I guess it has to do with AoT compiler and the statement cannot be parsed ahead. But there...