Zhang
Results
32
issues of
Zhang
无限307问题
17
Hi: 根据文档完成了: - 代码的拉取 - ``nonebot-plugin-genshinuid``的安装 - 基础的配置文件改造, 如下所示 ``` "HOST": "localhost", "PORT": "8765", "ENABLE_HTTP": false, "masters": [ "我的号码" ], ``` 其他维持不变, 此时运行核心 ``` 05-22 11:30:33 [INFO] gsuid_core.server | [GsCore]...
bug
Hi: We use xcodes in our CI infra, for now I just hard-encode ``/Applications/Xcode-{VERSION}.app``. However, if AppStore already installs Xcode as ``/Applications/Xcode.app``, this breaks. ``xcodes install -p `` doesn't achieve...