David ALLIX

Results 20 comments of David ALLIX

As @emmanuelballery I'll remove the localCache from CachedResourceMetadataCollectionFactory (and so add symfony/cache as dependancy in require, instead current require-dev) And I'll remove completely the `$this->registerCacheConfiguration($container);` function of ApiPlatformExtension, let SF...

https://github.com/api-platform/core/pull/5012 could be done as well easily on the SF codebase (with php-cs-fixer rules this time), but there is the same issue of finding the right timing, and adjust the...

> Fixing code style is also different from the purpose of this issue, which is about modernizing the code base. Let's keep these discussion separate. > > For reference, because...

This can be added as well for GraphQl with https://github.com/OLYBe/core/commit/1b63666a7394dcf78ac30f11964d71bbf51bd8ac

Maybe you have a look at https://github.com/a2lix/DemoTranslationBundle

> I just released the initial version of `swc-plugin-formatjs` (https://www.npmjs.com/package/swc-plugin-formatjs) for the SWC's new experimental plugin interface. This is largely based on existing implementation for the parser (https://github.com/pyrocat101/intl-messageformat-parser-rs) and babel...

> @webda2l as saidb > > > large holes for some features > > And your code path hitting those cases probably. It requires repro case to figure out where....

https://github.com/a2lix/AutoFormBundle/releases/tag/0.4.4 should fix the main issue

:crossed_fingers: 6.3 It's useful in APIP with DTO use by example. cc @dunglas maybe to give an approval :)

> Ok, I think we got to the bottom of this - back in 2016 there was PR introducing ArrayAdapter for dev environment ( #653 ) because Symfony 2.x required...