Results 21 comments of MeetWq

能否将模型转换成onnx模型呢?方便部署

是否应该把 `__plugin_usage__` 细分,如添加 `__plugin_cmd__`, `__plugin_example__`

是mockingbird的代码存在内存泄露,我之前尝试定位原因,但并没有找到,怀疑是torch的锅

飞书机器人可以 [上传文件](https://open.feishu.cn/document/server-docs/im-v1/file/get) 和 [下载文件](https://open.feishu.cn/document/server-docs/im-v1/file/get),上传文件返回 `file_key`,下载文件需要 `file_key` 上传文件需要的必填参数: - `file_type`: 文件类型,如 `mp4` - `file_name`: 带后缀的文件名 - `file`: 文件二进制内容 可选参数: - `duration`: 视频、音频文件的时长

> 其实我不太理解为什么需要构造和解析kmd,手写有什么局限性或者说构造和解析有什么优势吗() 类似于为什么要用 MessageSegment 代替 CQ码 手写发送的时候还好,解析的时候就麻烦了,比如我现在有个需求是从 kmd 中拿到被 mention 的 id

I found out it's the locales setting causing it. Previously the global default locale is ``` LANG=zh_CN.UTF-8 ``` After I set it to English, it works. ``` export LANG=en_US.UTF-8 ```...

@HinTak The problem is that when I set `LANG=zh_CN.UTF-8`, `FontCollection.find_typefaces` doesn't return the correct result. Here are the results for different locales: - LANG=en_US.UTF-8 - `fc-match` DejaVuSans.ttf: "DejaVu Sans" "Book"...

Thank you for the detailed explanation, I'll learn more about fontconfig. Sounds like this is not a Skia problem, this issue can probably be closed.