chris-lee-lb

Results 6 issues of chris-lee-lb

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I use swoole with this laravel...

waiting on review

### What would you like to be added Need a way to also keep sync the latest root bundles from step-ca server. A simple idea is that maybe we can...

enhancement
needs triage

Currently function `replaceBindings` logic is not same as Laravel (based [this](https://github.com/laravel/framework/blob/10.x/src/Illuminate/Database/Connection.php#L692)) ```php public function bindValues($statement, $bindings) { foreach ($bindings as $key => $value) { $statement->bindValue( is_string($key) ? $key : $key...

This file https://github.com/firebase/php-jwt/blob/main/src/CachedKeySet.php#L216 and this function `private function rateLimitExceeded(): bool` 1. `$cacheItem->expiresAfter(1); // # of calls are cached each minute`, but according to PSR 6 spec (https://www.php-fig.org/psr/psr-6/), `public function expiresAfter($time);`...

### Description Currently can not upload files with Azure OpenAI successfully. Will receive this error messages. ```json { "error": { "code": "invalidPayload", "message": "purpose contains an invalid purpose." } }...

bug

### What: - [X] Bug Fix - [ ] New Feature ### Description: Our sentry has been logged many times **UnhandledMatchError** with class ThreadRunStepResponseToolCallsStepDetails. ![截圖 2024-08-20 下午6 57 08](https://github.com/user-attachments/assets/4c10a31a-6b2c-48f0-a768-d1031165e07e) So...