Liu

Results 8 issues of Liu

Formatting string binding values in SQL error messages

我是把除了右键之外的所有操作都禁用了的, 但是偶尔移动鼠标会触发某些操作 ![image](https://github.com/yingDev/WGestures2-bugs/assets/28125259/dbe6b4c8-5644-437a-9432-4bcc51adacc1)

### OpenIM Server Version 3.8.0 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Docker Deployment ### Bug Description and Steps to Reproduce Unable to send and receive...

bug

## Describe your changes mcp route adds POST request method ## Issue ticket number and link (if applicable) https://github.com/tadata-org/fastapi_mcp/issues/154

## Describe your changes Avoid escaping non-ASCII characters when using json.dumps() ```python print(json.dumps({'你23实际': '世界速度'})) # output: {"\u4f6023\u5f00\u53d1": "\u4e16\u754c\u957f\u5ea6"} print(json.dumps({'你23实际': '世界速度'}, ensure_ascii=False)) # output: {"你23实际": "世界速度"} ``` ## Issue ticket number...

![Image](https://github.com/user-attachments/assets/898e3b28-d4f5-4760-b4d0-b25533c65b37) ![Image](https://github.com/user-attachments/assets/7d8fd772-2151-4cac-9a3f-e1bb61bd4198) ![Image](https://github.com/user-attachments/assets/37e0a223-cd07-47cc-aa34-f9c2b1274b5c) **No properties defined in BookGetRes were recognized.** ![Image](https://github.com/user-attachments/assets/6b8a2bb3-a2eb-47a5-88e0-d11461d4cc41)

enhancement