thewangcj

Results 10 comments of thewangcj

> Hi @gagachang. Have you found how to resolve this? I have the test problem on my mac for part 10. If I insert 14 elements to a table by...

i add cookies like this: ```yaml headers: Cookie: "session=xxxxxxxxxx" ```

i had the same issue,according to #114,i config like below and it works json: ```json { "data": { "FAN1": [ { "Device": "FAN", "Fan": "F1", "Speed (RPM)": "9398.00", "Status": "OK"...

+1 路径中间有空格的话无法显示,如果图片名称唯一的话,前面的路径实际上不需要

> transfomers==4.32.0,还是这个错误 pip install transformers==4.30.2,requirements.txt 中有

内网用户希望能有这个功能

> 重启clash-meta也无效 最后的做法是,禁用tun, 去设备管理器卸载wintun的驱动,然后管理员cmd下netsh执行下面三种重置 `netsh winsock reset / netsh int ip reset / netsh int tcp reset` 才算好了 感谢提供方案,实测有效

QImage 每一行的数据会四字节对齐,比如:QImage img(5, 3, QImage::Format_RGB888); qDebug()