Wilson-Loo

Results 4 issues of Wilson-Loo

从项目示例的Person、Phone例子: ``` lua -- load schema from text (just for demo, use protoc.new() in real world) assert(protoc:load [[ message Phone { optional string name = 1; optional int64 phonenumber =...

master分支,commit: `5acd26218d3915169679a288ebf65b9ca1f96027` 测试protobuf示例项目 `https://github.com/cocos/cocos-example-projects/tree/master/protobuf ` 时出现以下报错: ![图片](https://github.com/cocos/cocos-example-projects/assets/11910639/e3716b12-970b-44fe-8bb8-392b276be155) ![图片](https://github.com/cocos/cocos-example-projects/assets/11910639/22fad96a-53d3-4a08-a159-fab693c015fd) ![图片](https://github.com/cocos/cocos-example-projects/assets/11910639/99ac42e7-5b89-4f84-bf89-760d80c76a9a) 编辑器是项目原本的版本 v3.6.3: ![图片](https://github.com/cocos/cocos-example-projects/assets/11910639/420fbce7-191e-4c77-ac83-fdb71c4fcfb3) 没有修改任何东西,项目开始前按照 `https://github.com/cocos/cocos-example-projects/blob/master/protobuf/README.md` 执行: ```sh cd tools/compile-proto npm install ``` 然后运行、点击然后就报错了

fix path checking on http://192.168.3.9:9527/admin/ may cause page not found.

* in js: ECMAScript6 and above ```ts import AES256 from 'aes-everywhere'; let key = "abc" let raw = Buffer.from('080210a0f8b4fe80321a0968616c6c2e6175746822170a0d746573745f7a4242546c5067561206313233343536', 'hex') console.warn("[client] raw text:", raw.toString('hex')) let encrypted = AES256.encrypt(raw.toString('binary'), key); console.warn("[client]...