QL

Results 9 issues of QL

提示 AttributeError: module 'markupbase' has no attribute 'ParserBase' 更换: from HTMLParser import HTMLParser 为↓ from html.parser import HTMLParser

出错环境: Windows2012R2 Py3.8 在如下文件添加如下代码解决,暂不清楚错误原因 LittlePaimon\LittlePaimon\plugins\Paimon_DailyNote\draw.py import locale async def draw_daily_note_card(data, uid): locale.setlocale(locale.LC_ALL,'en') locale.setlocale(locale.LC_CTYPE,'chinese')

能否在鼠标移出后增加一定的延时,来保证调整宽度的操作能被执行,而不是隐藏

**BUG描述 | Describe the bug** 有段shell代码块在显示到前端时未被渲染成功 **复现方法 | To Reproduce** 代码如下 html渲染如下 **期望行为 | Expected behavior** ![图片](https://user-images.githubusercontent.com/51136763/228268231-6ddd96f5-6736-49ba-8d30-ccc9cfdf5a99.png) **截图 | Screenshots** ![图片](https://user-images.githubusercontent.com/51136763/228266730-a36db3c2-6b5e-4777-b778-2ceb565c3668.png) **调试信息 | Debugging info** ![wp-editormd-debug-info](https://user-images.githubusercontent.com/51136763/228268472-889846b4-45aa-40bc-a1eb-993a7f63085b.png) **其他内容 | Additional context**...

请问这个项目还继续维护吗?有通过返回instance让用户自行修改界面的打算吗? 如果您有空请您考虑一下,谢谢

编译版本 nginx-2a0a77b5fa3a(nginx-1.18.0) 编译环境 win10,vs2022,strawberry-perl-5.32.1.1-64bit 编译路径 /objs/lib ├─nginx-upsync-module-2.1.3 ├─nginx_upstream_check_module-0.4.0 ├─openssl-1.1.1v ├─pcre-8.45 └─zlib-1.2.13 我在nmake编译中遇到 cl -c -O2 -W4 -nologo -MT -Zi -Fdobjs/nginx.pdb -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules...

编译版本 nginx-2a0a77b5fa3a(nginx-1.18.0) 编译环境 win10,vs2022,strawberry-perl-5.32.1.1-64bit 编译路径 /objs/lib ├─nginx-upsync-module-2.1.3 ├─nginx_upstream_check_module-0.4.0 ├─openssl-1.1.1v ├─pcre-8.45 └─zlib-1.2.13 我在nmake编译中遇到 cl -c -O2 -W4 -nologo -MT -Zi -Fdobjs/nginx.pdb -DFD_SETSIZE=1024 -DNO_SYS_TYPES_H -Yungx_config.h -Fpobjs/ngx_config.pch -I src/core -I src/event -I src/event/modules...

详见您的项目issues

新版本的验证header为 X-Auth-Email: 邮箱 X-Auth-Key: api秘钥 需要修改访问header 即全局替换 -H "Authorization: Bearer $password" 为 -H "X-Auth-Email: 你的邮箱@xx.com" -H "X-Auth-Key: $password"