tricarte
tricarte
## Describe the bug After upgrading to PHP 8.1 in Ubuntu 22.04, the base repository I used to install WP no longer works giving fatal errors while doing "composer install"....
As the title says, this command does not delete '.env.cached.php' file. It doesn't give any error or success message, just exits with exit code zero. At first I thought that...
Will remove the "Did you know ..." message that links to the Customizer if FSE is enabled.
Ubuntu 22.04 php8.3-dba package lists the available handlers like this: (Of course, this package installs other handlers as dependencies.) ```sh $(command -v php) -r 'print_r(dba_handlers());' ``` ```plaintext Array ( [0]...
I want to do some benchmarks with compiler optimizations such as `-O2 -march=native -pipe`. Is it possible to customize these flags? If it's possible, will it apply to all static...
I've been using the dev branch for a few months and it was working just fine. After updating my wpstarter based project with `composer update` and then cloning it to...
Hello. Thanks for this library. In the example code, you say there is no need to return the connection back as they will be returned when the coroutines are destroyed....
First of all thank you for this plugin. This issue is probably not related to it but I want to know the reason behind. I'm using fzf.vim and its `History`...
Apparently, this project is either dead or something improved will emerge out of it ( hopefully ). But I want to ask a few questions. I'm reading the code base...
In `.vendor/fomo/framework/src/Servers/Http.php`, I see that `enable_coroutine` is hardcoded to false. Is there a reason for this? I'm trying to use the PDO connection pool feature of Swoole and it depends...