Weichao Yu

Results 4 issues of Weichao Yu

Hi Ekino, As the detection of die/exit is enabled by default in the extension.neon. Is it possible to disable such detection in my project? If so, how to do it?...

Hi @gordalina Sometimes it results in an error if the apcu key contains "%": https://github.com/gordalina/cachetool/blob/main/src/Command/ApcuKeyFetchCommand.php#L45 For example: ```shell vendor/bin/cachetool apcu:key:fetch "2m9Y57pSrU:[C]Bundle%5CNamespace%5CClassName" Warning: sprintf(): Too few arguments in vendor/gordalina/cachetool/src/Command/ApcuKeyFetchCommand.php on line...

Hi, Could you please add support for ssh via jumpserver or proxycommand? For example: https://docs.paramiko.org/en/3.4/api/proxy.html

Hi guys, Could you please add support for config clients with DSN? https://github.com/ruflin/Elastica/blob/7.x/src/Client.php#L74 Currently, it is only supported for config from an array.