Raj Siva-Rajah

Results 205 comments of Raj Siva-Rajah

@ManukMinasyan https://github.com/filamentphp/filament/pull/17157 didn’t fix the performance problem. It just requires Phiki to be installed manually. Serverless environments are more sensitive to issues like this than VPS / bare metal, which...

> [@binaryfire](https://github.com/binaryfire) If you're on v4 now, please try installing `v2.0.0-alpha3` or newer for Phiki and seeing how it goes. I've tested on Cloud and it all seems to be...

@ryangjchandler I'm only testing locally atm. But it's basically the same as my as prod environment. Ubuntu 24.04, PHP 8.3, Postgres, Redis. Execution timeout is 30sec.

> 自己加个并发测试下 @limingxinleo I added the concurrent tests you requested. I modified `getRedis()` to accept a `$maxConnections` parameter so we can test with limited connection pools. The tests show: with...

> 给你加了个单测,处理下 @limingxinleo Fixed. The connection is now only released immediately if we are still on the default database.

@limingxinleo I refactored my original approach to make it cleaner. I extracted common logic into `releaseContextConnection()` in the `Redis` class and added `isUsingDefaultDatabase()` to `RedisConnection`. This removes code duplication. And...

> 又给你加了个单测,处理下 @limingxinleo Code is working and Redis tests are passing, but there is one remaining PHPStan error. Can you help with that?

Hi guys. I've been looking for a player to integrate into a new project. Really love the look and feel of Amplitude but I notice there haven't been any commits...

I'm hitting this issue too. Any solutions? I'm unable to use Bruno at the moment because of this.

Not sure if this is already covered, but it'd be great if we can dynamically configure whatever toolbar buttons are included by default. Eg: - What text tags are available...