Georges.L

Results 105 comments of Georges.L

Travis log: https://app.travis-ci.com/github/PHPSocialNetwork/phpfastcache/jobs/567189780#L4338 The caller of flushDB() is located here: https://github.com/PHPSocialNetwork/phpfastcache/blob/v9/lib/Phpfastcache/Drivers/Redis/Driver.php#L174 Which I expect in my tests that `\Redis::flushDB` MUST return true (as specified in docs)

More exactly: `\Redis::flushDB` returns `FALSE` on php 8.0 **but** returns `TRUE` on php 8.1.

> Why do you think `\Redis::flushDB` MUST returns `true`? It returns a result of flush operation so in case of error it returns `false` and this is correct behavior. Because...

> > Because it's exactly what's written on your doc: > > Issue currently in docs smile As I said `false` is the correct result Ok then, but still does...

For now I have nothing except my tests failing randomly because Redis::flushDB return false: https://app.travis-ci.com/github/PHPSocialNetwork/phpfastcache/jobs/567189780#L4364

Hello, Sorry to bump this @TomasVotruba, but I'm unable to find out how to disable constructor argument renaming using rule configuration ?

Hello, I'm on 4.0.8 and I still get this error but only since I upgraded to Sylius 1.12. Ran yarn install and rebuilt my assets, but still pop in my...

@javiereguiluz can this bug be fixed in the next release, this is a common use case which is somehow blocking for now :'( Thank you :D

Temporary fix: Add this code where you're calling the nested form: ```php ->addJsFiles(Asset::fromEasyAdminAssetPackage('field-text-editor.js')->onlyOnForms()) ->addCssFiles(Asset::fromEasyAdminAssetPackage('field-text-editor.css')->onlyOnForms()) ``` ![image](https://github.com/EasyCorp/EasyAdminBundle/assets/1332071/a4aea8df-7bfa-40b3-ba77-44aaf3ce3ebd)

Hello, I can understand that, but don't you think that duplicate could be removed in favor of the second one ? They're both doing the same thing on different endpoint....