xtutu
xtutu
this tool can recognize qr correctly. but can not generate correct qr picuture for NS,. when i use app to scan the generated qr, I got a "qr format error"...
目的:方便在业务复用 byte[], 减少创建开销。 现状: 我看目前 ArrayBuffer 里面只有一个字段:byte[] Bytes,没有 len 和 offset。 相关的DLL接口中,有 len 字段,但是没有 offset 字段。
在纯文本的情况下是正确,但是当有图片和链接的时候,就不正确了。 图片连接数量多的时候(比如长度达到10行),可以非常明显的看到问题。
### 前置阅读 | Pre-reading - [X] [文档](https://puerts.github.io/unity/zhcn/readme)/[Doc](https://puerts.github.io/unity/en/readme) - [X] [Issues](https://github.com/Tencent/puerts/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed) - [X] [FAQ](https://github.com/Tencent/puerts/blob/master/doc/unity/zhcn/faq.md) ### Puer的版本 | Puer Version 2.0.4 ### Unity的版本 | Unity Version 2022.3.20 ### 发生在哪个平台 | Platform iOS...
```golang package main import ( "errors" "fmt" "reflect" "github.com/expr-lang/expr" ) type Number interface { int | uint | uint32 | int32 | uint64 | int64 | float32 | float64 }...
使用 windows 平台,创建的微信小游戏包,可以正常运行 但是使用 mac 平台创建的小游戏,运行会报错 两者相关的 unity 配置,都是一样的。 ## error log | 日志或报错信息   ## context | 编译/运行环境 puerts 2.0.5 webgl 2.0.5
**Is your feature request related to a problem? Please describe.** I want to use gdu to calculate directories size(whick has symlinks directories in subdirectory) 
## detail | 详细描述 Node 版本似乎只支持 CommonJS,不支持 ESM 之前用的 puerts v8 2.1.0 版本 , **逻辑代码用 TypeScript 编写**, 所有代码打包成一个 init.mjs 文件。 编译输出为 **ESM** 格式 可以正常运行。 puerts 版本 切换为 node 2.1.0 ,...