Yongkun Li

Results 16 comments of Yongkun Li

> `进入 Windows PE 后,使用 PE 内的 Diskgenius 仍然无法修改分区表,无法恢复原本状态。` 怀疑U盘硬件上是不是已经有问题了。 我用的是读卡器+SD卡,先后用了两张SD卡、两个读卡器,只要安装一次 Ventoy 再卸载,就会出现相同的问题(这能算是问题复现么?)

> > Hello 各位,可以先确认最新版 nightly 的主题是不是还有问题,然后 Typecho 1.2 相关的问题可以集中到这里反馈:#79 > > 主题无法应用于typecho最新的 v1.2.1,打开白屏 测试了一下,可以到 usr/themes 目录下删除原来的主题(记得备份),然后返回后台设置主题的地方,选择还原到默认主题;再重新下载 Nightly 版本的 VOID 主题,重新启用就可以了。

貌似最新的 Docker 镜像更新后,文档没有相应地更新。 https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B#%E5%85%A8%E7%A8%8B%E4%BD%BF%E7%94%A8docker-%E4%B8%BAchuanhuchatgpt-%E5%BC%80%E5%90%AFhttps

建议直接使用 watchtower 镜像定期拉取最新的项目镜像。

最新版本的 Docker 镜像弃用了原本的环境变量部署方式,请您移步 Wiki 查看新版 Docker 镜像的部署方式。

> Did you try `app.top_window().find().descendants(...)` or `app.top_window().find().children(...)`? I do know there are children/descendants methods but in my project using find_elements is more flexible. When I tried out find_elements, I found...

> I do not know if this is a bug or not. GUI Automation is dependent on timing and GUI implementation, so local optimization is often necessary. > > Utility...

I have the same problem. Did you find any solution in the end?

It seems that `ms:experimental-webdriver: true` option breaks `FindElementsByXPath`. I set the option to false and `FindElementsByXPath` works. See #1284