Coooolfan

Results 10 comments of Coooolfan

😢收藏了文章,要用的时候发现成废案了

This issue seems to have been fixed in https://github.com/jazzband/djangorestframework-simplejwt/commit/c791e987332ed5e22a86428160d6372b1d85ffae And I am looking forward to the next release. The current version causes the IDE to fail to recognize the methods...

Sure, i uploaded it on #16120 Or https://drive.google.com/file/d/1-aVjQIpGB3QwcLMTV8sp4MAIp1JkVIRn/view?usp=sharing

![Image](https://github.com/user-attachments/assets/94d82cb1-9b58-4e77-afcb-b45d7353ee5b) 主要是图中的文字被截断

> gemini模型对插件是兼容不好,所以是不建议使用插件的 应该是bug,之前正常的,现在只要向`gemini-2.0-flash-exp`发送带function call的请求就会报错: ```json { "error": { "message": "[GoogleGenerativeAI Error]: Error fetching from https://*******.com/v1beta/models/gemini-2.0-flash-exp:streamGenerateContent?alt=sse: [400 ] Function calling is not enabled for models/gemini-2.0-flash-exp" }, "provider": "google" } ``` v1.71.5...

> Copilot NES don't support subtle mode , which I REALLY like while using the Zed rather than VSCode , I always close Copilot NES feature because it will make...

The issue associated with this PR is [https://github.com/primefaces/primevue/issues/8252](https://github.com/primefaces/primevue/issues/8252), which includes some descriptions and a GIF.

1.2.3 问题仍然存在。点击测试连接后永远转圈。 请问可以在哪里查看tinyRDM的日志。 与 https://github.com/tiny-craft/tiny-rdm/issues/305#issuecomment-2535697586 几乎相同的配置

@a1004201125 rookiepy尚未支持py3.13. 尝试使用`git checkout develop`切换到开发分支,安装[uv](https://docs.astral.sh/uv/getting-started/installation/),然后使用uv运行。 1. `git checkout develop` 2. 安装[uv](https://docs.astral.sh/uv/getting-started/installation/) (dev分支已约束py版本为3.12,uv会自动安装对应版本的py) 3. `uv run main.py`