engsr6982

Results 8 comments of engsr6982

> 确认将存在,因为您今天已经加入!线,之后。恢复回复 Safari浏览器文件下载无反应,Chrome浏览器点下载是在线预览 系统iOS13.6 文件是服务端日志(.csv格式) 系统环境和上面一样

实际测试后,下载功能好像也不行,7z压缩包大小386Mb,Safari无反应,Chrome秒下载,但文件只有69字节,zip同样

每个引擎都有对应的debug命令哇 https://github.com/LiteLDev/LegacyScriptEngine/blob/develop/src/legacy/main/Configs.h#L94

qjs,正常情况是可以使用import语法 目前已知中文路径会导致import出问题 目前我的插件都正常,用中文路径的都有问题

https://github.com/LiteLDev/LegacyScriptEngine/blob/68ae503cf0293f04ec1d1a2fc8f4451b59d74664/src/legacy/api/GuiAPI.cpp#L134-L143 额,没错啊,是 `appendLabel`

我尝试过提供一个更高优先级的重载,但是依旧匹配到 `IsString` 的重载上 ```cpp namespace ll::reflection { template requires std::same_as Expected deserialize_impl(mce::UUID& uuid, J&& j, meta::PriorityTag) { return mce::deserialize(uuid, std::forward(j)); } } // namespace ll::reflection ```

v1.7.0 测试依旧可以复现 ```log C:\Users\x\AppData\Local\.xmake\packages\l\levilamina\1.7.0\883ec469c17a4bda857b19ea0a42a654\include\ll/api/reflection/Deserialization.h(88): error C2679: 二元“=”: 没有找到接受“std::string”类型的右操作数的运算符(或没有可接受的转换) C:\Users\x\AppData\Local\.xmake\packages\l\levilamina\1.7.0\883ec469c17a4bda857b19ea0a42a654\include\mc/platform/UUID.h(57): note: 可能是“mce::UUID &mce::UUID::operator =(mce::UUID &&)” C:\Users\x\AppData\Local\.xmake\packages\l\levilamina\1.7.0\883ec469c17a4bda857b19ea0a42a654\include\ll/api/reflection/Deserialization.h(88): note: “mce::UUID &mce::UUID::operator =(mce::UUID &&)”: 无法将参数 2 从“std::string”转换为“mce::UUID &&” C:\Users\x\AppData\Local\.xmake\packages\l\levilamina\1.7.0\883ec469c17a4bda857b19ea0a42a654\include\ll/api/reflection/Deserialization.h(88): note: 原因如下: 无法从“std::string”转换为“mce::UUID” C:\Users\x\AppData\Local\.xmake\packages\l\levilamina\1.7.0\883ec469c17a4bda857b19ea0a42a654\include\ll/api/reflection/Deserialization.h(88): note:...