Anson Chen

Results 12 comments of Anson Chen

Is disabling the translation of the entire HTML the only way to avoid this issue? Sometimes users might indeed need the translation.

Wrapping the value in `SelectItem` with a `` should be able to solve this problem. Like below: ``` {menuItems.map((item) => ( {item} ))} ```

非常感谢!我忙完手上的事看看用什么形式给它放到 repo 里。

I'm sorry we don't use xshell, but I will try it when I have time.

I tried to reproduce it but failed. Here is my screenshot: Here is my environment information: ``` DataGrip 2023.2 Build #DB-232.8660.111, built on July 19, 2023 Evaluation purpose only. Runtime...

Can you tell me where the themes "Light" and "Light with Light Header" in your theme come from? I found that I don't have these themes, I only have the...

非常高兴你能喜欢 HardHacker Themes !也不枉我当初调色的时候花的心思了哈哈哈。 尽管目前我们已经减少了对这套主题的投入,但我们还是会持续跟进问题和建议的。欢迎反馈任何问题。

I encountered the same issue, and in my case, it was: ```SQL LAG(seq) OVER w FROM table WINDOW w as (ORDER BY createdAt DESC) ``` I got the error: ```...

Hi @laplab , I just retried after upgrading Prisma to 5.8.1, but it still failed. Below are my schema, code, and the error message: `npx prisma version` ``` prisma :...