Blair Chen

Results 56 comments of Blair Chen

@marrobi @DJSaunders1997 , please try 0.9.0 release which should address this issue. Thanks for your patience

We are a small team with only a few PR activities each week, so manually adding labels is manageable. If you prefer automation, you might consider enabling a PR bot...

Hi @miguelgfierro , Unfortunately I don't have any samples. I've noticed that many repositories setup workflows to manage custom labels for issues and PRs. This could potentially be a solution.

@mansoorsyed11 are you saying you still getting `commons-logging:commons-logging download failed` in v0.10.4-rc1, this seems werid as commons-logging issue was introduced by Elastic Search and IIRC, ES support has been dropped...

> @xiaoyongzhu Can you reopen this issue? I found this bug exists at Databricks (`_FeathrDatabricksJobLauncher`) too. My previous PR #729 only fixes local spark's. > > I'm working on fixing...

Thank you for reaching out. Unfortunately, I'm unable to reproduce the issue you're experiencing. If the OpenAI key is correctly set, the chat should function properly. Conversely, if the key...

Looks like in global Azure AKS, this is done via [HTTP application routing](https://docs.microsoft.com/en-us/azure/aks/http-application-routing)

@panhuanghe 感谢你的反馈。我问了一下GPT4,它给了我以下回答,我后面找个时间来试一下,如果你有兴趣,也欢迎提个PR。 作为一个AI助手,我会帮您用TypeScript和Next.js实现一个简单的密码认证功能。这个例子将使用一个简单的密码验证逻辑,但您可以根据需要替换成更复杂的验证逻辑。 首先,我们需要安装Next.js和相关的TypeScript依赖: ``` npx create-next-app your-app-name --typescript cd your-app-name ``` 接下来,在pages文件夹中创建一个名为api的文件夹。在api文件夹中,创建一个名为auth.ts的文件,并添加以下代码: ``` // pages/api/auth.ts import type { NextApiRequest, NextApiResponse } from 'next' const SECRET_PASSWORD = 'your_secret_password' export default...

I suggest opening new issues as this is off current topic. Could you be more specific on what data you are interested at?