Indra Gunawan
Indra Gunawan
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix...
### Symfony version(s) affected 7.2.6 ### Description i tried to have a chain pool with array and redis adapters and expected to have a specific namespace when the cache is...
### Symfony version(s) affected 7.3.0 ### Description Symfony 7.3 has a great improvement on cache component https://symfony.com/blog/new-in-symfony-7-3-namespaced-caches additional `assert($this->cache instanceof NamespacedPoolInterface);` required before calling the `$this->cache->withSubNamespace('sub-ns');` even all caches adapters...
fixes #6509 current behaviour: injecting `tagged_iterator` to `AdminRouteGenerator` while it only needs the controller class fqcn, make it initialize all the controllers (https://github.com/EasyCorp/EasyAdminBundle/issues/6509#issuecomment-2459872219) example controller ```php class BookCrudController extends AbstractCrudController...
this commit https://github.com/phpstan/phpstan-doctrine/commit/149cf71c3b470f815ad8ad658606e9217db22d9f makes the correct `getResult` return type if the method within the class, but it does not work if the query builder comes from a trait ```php trait...
I tried to use stretched link as described here https://getbootstrap.com/docs/5.2/helpers/stretched-link/, but it does not seem to work example: https://codepen.io/kqreyhzt-the-bashful/pen/yyOjeBL
there is an inconsistency between the composer dependencies in the composer.json file of the repo `Payum/Core` branch 1.7.x and the `Payum/Payum/src/Payum/Core` branch 1.7.x `Payum/Core` repository's 1.7.6 release (https://github.com/Payum/Core/compare/1.7.5...1.7.6 ) does...
replace: #2950
| Q | A | -------------- | --- | Bug fix? | yes | New feature? | no | Deprecations? | no | Documentation? | no | Issues | Fix...