-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
```
redisConnect('Default');
\Swoole\Coroutine\r…
-
### Octane Version
2.5.5
### Laravel Version
11.2.0
### PHP Version
8.3
### What server type are you using?
Swoole
### Server Version
5.1.4
### Database Driver & Version
…
-
### 👟 Reproduction steps
**command**: docker compose exec appwrite migrate
**Getting below error on migration:**
Migrating Collection authenticators:
```
Failed to update project ("6500c8…
-
hey! your lib seems to be in the right direction! what do you think to add [reactPHP](https://reactphp.org/) support?
-
When my laravel app doesn't use sessions at all, or it's set to a non-file engine, I don't want to rewrite php functions.
So it's just another **adapterman** initialization method that won't check …
-
**Future Improvements**
- [x] Split out Text and Numbers category into Strings and Numbers.
- [x] Add Configuration category.
- [x] Add Functional Programming category.
- [x] Break out Code Analys…
-
```
config/autoload/middlewares.php
'jsonrpc' => [
App\Middleware\Demo1Middleware::class => 20,
App\Middleware\Demo2Middleware::class => 21,
],
```
error info:
```
[WARNING]…
-
我现在使用workerman来做API,有一些js/css我也是通过php来输出的。使用默认的Select驱动是没问题的,但使用Workbunny\WebmanCoroutine\Events\SwooleEvent,会导致部分js/css输出不完整。
表现为输出的content-length是正确的,但是输出的内容长度小于content-length,导致浏览器一直在等待请求响应。
初步…
-
**StatsCommand 代码块**
```
$queue = $input->getInt('queue');
$startId = $input->getInt('start_id');
$endId = $input->getInt('end_id');
$this->StartTime = time();
$count = $queue??40;
unset($arg…
-
Hi after trying evrythign i found this but when i run
`lspci | grep VGA`
i only get
`00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)…