Mix

Results 87 comments of Mix

> 现在不是已经有config了吗 嗯,我的意思是把这个config model字段作为plugin publish bot会采用的一个字段,给这个字段生成json schema并存储在文档索引,这样就可以在使用ui的时候知道有哪些字段需要配置(甚至不需要安装就可以) 然后剩下几个publish bot要求的字段也加进插件索引吧?这样会不会更好点

> 把各种平台的都打包进去吗(? whl文件是按平台下载的,我也能按平台打包

> 为了让本地其他设备可以访问127.0.0.1:8080/go-cqhttp用了nginx反代,连接状态显示断开,无法自动接收消息,需要手动点击刷新,请问有什么解决办法吗 传输实时日志使用的是WebSocket, Nginx需要额外的配置项来进行支持

你去查一下GoCQ删session的逻辑……我感觉他应该不会随便删,有可能是这个session用不了了才会删,我用的不多不太清楚他什么逻辑 如果确实是他的删除逻辑太激进了的话可以写一个 ~~但是我没想好怎么写~~

https://github.com/Mrs4s/go-cqhttp/blob/2af55d6a67ae7c45a22095e8c7e56d31e68e3fe8/cmd/gocq/main.go#L369C23-L374 https://github.com/Mrs4s/go-cqhttp/blob/2af55d6a67ae7c45a22095e8c7e56d31e68e3fe8/cmd/gocq/main.go#L245-L276

理论上提供的这些镜像总该有个能用的,你这个情况太罕见了……(能用的镜像我都内置了,这个要的不是PyPI镜像)

> `PermissionError: [Errno 13] Permission denied: 'accounts/binary'` 我还出现了这个报错 @wyh0106 字面意思。这个问题和网络连接无关。

> I think the [encode/starlette#1263](https://github.com/encode/starlette/pull/1263) is not enough for this feature. Yes, in large extent, it is caused by the limitations of ASGI. `send` for WS connections or HTTP is...

Referencing the discussion in https://github.com/tiangolo/fastapi/pull/11146#issuecomment-2031005586, it appears that FastAPI won't be upgrading to `starlette >= 0.37` anytime soon. We might need to explore other options, or else we could be...