Ju4tCode
Ju4tCode
config没必要在商店里进行索引吧,代价太大了,这个更适合在webui里进行,剩下发布插件要求的字段会进行索引
由于存在可选适配器支持的可能,插件支持的适配器列表改为`supported_adapters: Optional[List[str]] = None`
为了保证tag的规范性和帮助插件开发者选择合适的tag,依然采用文档发布前端填写相关tag并提交,另外插件类型由于分类可能会变动,不适合与nonebot库一同编写,我更倾向于依然从前端选择提交或者noneflow进行string校验
Hi, this new feature released in `0.89.0` breaks my code with return type annotation of custom `Response` class as follows: Example code ```python @app.get("/") async def route() -> Response: return...
it seems that there is a dir named `hypercorn-0.14.3.dist-info` but not `Hypercorn-0.14.3.dist-info` in the wheel. The name is lowered.
可能是你的终端不支持,你可以换一个试试
你直接在ubuntu上换一个终端跑一下就知道是不是终端问题了
有其他反馈表示驱动器不使用fastapi就正常了,可以用`~none`驱动器试一下
The message is a markup text with a `\` before tag, the `test` is highlighted and should not be escaped. Expected: TEXT `\`, OPEN tag ``, TEXT `test`, CLOSING tag...
May be i should provide detailed info about the case.:joy: We have a tokenizer to parse the input string, and highlight special tokens. Here is an example with detailed steps:...