Ju4tCode

Results 204 comments of Ju4tCode

@5656565566 请在适配器发布完成后 PR 更新 README 中的适配器部分,参考已有适配器格式填写 仓库 协议 注释等信息

Maybe this could also include something called "smart copy paste" like https://github.com/microsoft/pylance-release/discussions/2626 Pycharm also handles the indentation when paste code in indented blocks. Currently, i found an extension to do...

I'm not familiar with the vscode extension api and language server protocol. But, i found some issues today like https://github.com/microsoft/vscode/issues/30066, the [example](https://github.com/microsoft/vscode-extension-samples/tree/main/document-paste) and a [extension](https://marketplace.visualstudio.com/items?itemName=00.python-paste-pro).

~~看nb日志输出的时间是正常的,可能是有东西卡住了日志打印到控制台,不是nb本身卡住~~ 看错了

插件元数据缺少主页、插件类型、插件支持的适配器,请补全。插件依赖中,nonebot2 版本应为 `>=2.3.0,

@Coloryr 是否有更新?

@Coloryr 看你的仓库完全没有修改啊,配置项读取方式依然不对。你的插件项目名和包名建议也改下。

@Coloryr 是否有更新?

已经有其他插件叫 nonebot-plugin-mcping 了,你得用其他的名字。 插件依赖里 nonebot2 和 qq 适配器均没有填写版本限制,请添加。 插件配置项读取为什么不写到配置类里?https://github.com/Coloryr/mcping_nonebot2/blob/2d3c2973af9142886d6e0bae1b9339953d324feb/nonebot_plugin_mcping/__init__.py#L36-L39

插件日志请使用 `from nonebot import logger` 而不是 loguru。插件配置项不需要data path,localstore 插件已提供相应配置,请直接使用 localstore 提供的目录。