Thomas

Results 10 issues of Thomas

I'd like to have auto-complete for classes that are located in phar files. E.g. currently I'm using: ``` php -r "(new Phar('/libs/phpunit.phar'))->extractTo('/libs/phpunit/');" "intelephense.environment.includePaths": [ "/libs/phpunit/" ], ``` Using the phar...

### Expected behaviour It would be great to support xtrim by minimum id. https://redis.io/commands/xtrim describes: ``` XTRIM mystream MAXLEN 1000 and XTRIM mystream MINID 649085820 ``` ### Actual behaviour From...

Currently I'm not getting any errors/hints for (PDO->prepare())->execute(). It would be nice to have support for (PDO->prepare())->execute(). e.g. ``` $dsn = sprintf('mysql:host=%s;dbname=%s;port=3306;charset=utf8mb4;', 'host', 'database'); $pdo = new PDO($dsn, 'username', 'password',...

bug

### What are you trying to do? Please support GPU acceleration using "AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics" on Linux (Ubuntu 22.04). Newer notebooks are shipped with...

feature request
linux
windows
amd

### What happens? I tested duckdb v0.9.2 3c695d7ba9 with latest linux_amd64_gcc4-extensions (https://github.com/duckdb/duckdb_mysql/actions/runs/6863109179 linux_amd64_gcc4-extensions) and mysql 8.0.35. Currently performance in duckdb is lower compared to mysql client. Query results are correct,...

performance

It would be nice if the deprecations could be fixed for php 8.4: PHP Deprecated: Lunaweb\RedisMock\MockPredisConnection::pipeline(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be...

### What Happened Running multiple processes of pest in parallel create a crash with "ShouldNotHappen" for "vendor/pestphp/pest/.temp/coverage.php". e.g. first process deletes the coverage.php from the second process Using "--cache-directory=/tmp/foo" still...

bug

here is a diff for Laravel 12: ``` +++ b/laravel-duckdb/src/LaravelDuckdbConnection.php @@ -183,7 +183,7 @@ private function getDefaultQueryBuilder(){ public function getDefaultQueryGrammar() { - return $this->withTablePrefix(new QueryGrammar); + return new QueryGrammar($this); }...

It would be nice if Laravel 11 could be supported. Thanks!

### Sail Version 1.44.0 ### Laravel Version 12.21.0 ### PHP Version 8.4.10 ### Operating System Linux ### OS Version Kubuntu 22.04 ### Description using: ``` routes/console.php Schedule::runInBackground(); Schedule::command(SomeCommand::class, [])->everyMinute(); ```...

help wanted