hello

Results 9 issues of hello

Is redis not supported? It would be better if we could support redis

In a high-concurrency system, at the moment of cache failure, a large number of requests will enter the database, which can easily cause the database to crash reference: https://www.wikiwand.com/en/Cache_stampede https://symfony.com/doc/current/components/cache.html

Will it be improved in the later stage?

Switchery.prototype.check = function () { this.setStatus(true); }; Switchery.prototype.uncheck = function () { this.setStatus(false); }; Switchery.prototype.toggleStatus = function () { this.setStatus(this.isChecked()); }; Switchery.prototype.setStatus = function (status) { this.element.checked = !!status; this.setPosition(true);...

``` $bot->onCommand('hello' , function(Context $ctx){ file_put_contents('./input.json' , 'onCommand hello----' . PHP_EOL , 8); $firstName = $ctx->getEffectiveUser()->getFirstName(); $ctx->sendMessage("Hi $firstName, I'm replying to /hello command"); }); $bot->onCommand('getMe' , function(Context $ctx) use ($bot){...

``` Executing async command (CWD): rm -rf '/var/www/5085/vendor/composer/8783fe27' > Exec Plugin zoujingli/think-plugs-wechat > Copy Source src to app/wechat Install of zoujingli/think-plugs-wechat failed Executing async command (CWD): rm -rf '/var/www/5085/vendor/composer/18b33629' >...

Hello, I've been studying how to operate Raspberry Pi using PHP recently. The model I'm working with is 3b, and the operating system is almalinux 9. I've looked into many...

It's not compatible with PHP8 and will prompt an error message `Deprecated: Implicit conversion from float 1681103373.812089 to int loses precision in /var/www/6005/others/missions/vendor/jsanc623/phpbenchtime/src/Timer.php on line 90`.