l-you
l-you
> So if there is a motivation to get less dependencies, simpler code and less checks for types in non-dev mode - it is OK to replace checks 🙂 Those...
> You can use `logger` in the configuration to log the missing keys or integrate it there with some tool It does not see missing keys in modal dialogs because...
The problem is still present in NextJs 13.4.12 `appDir`. Update: On IOS Chrome we cannot reproduce the issue. Only IOS Safari is reproducible.
There is an issue with dependencies. `doctrine/phpcr-odm` locked to `symfony/[email protected]`. There is a ready PR that adds support for Symfony 7 in `doctrine/phpcr-odm`. Take a look at https://github.com/doctrine/phpcr-odm/pull/846.
The second reason tests are failing is that `jms/serializer-bundle` has no support for Symfony 7 components. There is a draft PR that would fix that: https://github.com/schmittjoh/JMSSerializerBundle/pull/937 but merge state is...
Current PR will be updated after the following PR is merged. - https://github.com/schmittjoh/JMSSerializerBundle/pull/937 - https://github.com/doctrine/phpcr-odm/pull/846
> @rusted-love could you check the Code style errors in the CI flow (/ re-push code to re-run the CI which should have the other errors fixed since the mentioned...
> Hey 👋 @rusted-love Do you still have time/interest to work on this PR? @llupa Yes, but I need a community suggestion how to move forward. Should I wait for...
@llupa I've done what you said. There are issues with dependencies again. For some reason composer does not use RC-1 and beta releases. I would be glad to get help...
There is already a [PR that should resolve that issue](https://github.com/FriendsOfSymfony/FOSElasticaBundle/pull/1930).