Oliver Zhou (毓杰)

Results 10 issues of Oliver Zhou (毓杰)

Hi, I have a questions that I have a very large excel file that has 80w rows and 10 columns? Is it possible to use this library to process row...

proposal

Hi, I found dagre is very useful to do the automatic layout for DAG. But in some cases, orthogonal edges between two nodes are preferred. Is it possible to support...

Hi, 1. visit the page like "https://aframe.io/examples/showcase/helloworld/" 2. Click "Inspect Scene" 3. Choose a box for example 4. Choose a image as its material src 5. In "Load Texture" dialog,...

bug

Hi, This is a great polyfill. However, it only supports top/bottom position values, is there any plan to support left/right as well?

on-hold-pending-support

这个版本是7月18号发布的 官方地址:https://prisma-builds.s3-eu-west-1.amazonaws.com/?delimiter=/&prefix=all_commits/8d8414deb360336e4698a65aa45a1fbaf1ce13d8/ Mirror对应地址为空:https://registry.npmmirror.com/binary.html?path=prisma/all_commits/8d8414deb360336e4698a65aa45a1fbaf1ce13d8/ 另外4.0版本da41d2bb3406da22087b849f0e911199ba4fbf11也没有同步过来看上去 同步每一个commit感觉数据量太高,也没必要,最好是只同步Prisma发布版本的commit ![image](https://user-images.githubusercontent.com/1321817/180629843-4bfd2ec5-5140-433a-a115-769f3f917320.png) 这个不知道能不能做到

你好, 如果Server启动Protobuf,并且定义了serverProtos.json,libPomelo2将无法解码。 跟了一下代码,发现pc_default_msg_decode中,msg.route没有办法获得,因为从Server回来的消息这个字段是没有的。 比对了JS的实现如下, ` if(msg.id > 0){ msg.route = routeMap[msg.id]; delete routeMap[msg.id]; if(!msg.route){ return; } } ` JS客户端回在请求发起前把request ID和route的关系存在一个map里面,回头收到响应的时候通过查这个表得到route,但是libpomelo2没有这个步骤,所以怀疑问题出在这儿,我自己看了一下,因为对代码不了解,还不知道该如何修改,请帮忙修复这个BUG,谢谢

bug

### Vue version 3.2.40 ### Link to minimal reproduction https://sfc.vuejs.org/#eNqNUktu2zAQvcqUG8mARKaflSsbKZoC3QRdtEAXZReqNHbU8BeSshMIukjOkjvlCiEpR0gcIAggQHjz3rxHcmYgX4yhux7JklSusZ3x4ND3Zs1VJ422HgawuCmgd/hTaO9ghI3VErLQlH2eVV+1NAeCsgiiaeQBuKrYZB1MA/Aojag9BgRQRe26artdggD7K0zfhCoWmSo5BkHF5mZSkCm6lLWh/51W4QpDyjsQjpMlpEqsheNEzMmF98YtGeuVudzSRkt2Gjhme+U7iWWr5elH+oF+OgnRzj+tU3Sy/Gf13qENiZwUT8xZKO7QlhZVixbtq2FH2meBR9yL0Jg5cjWGB3h85zcPrwCtznW4EbYFKLz2v7rm8niiXDVaOQ/SbWEV+/PsOwqh4be2on2XLQ5TnVQuLcVqjsgf6Tkpr92NaiBfwGo9zYOxel93fj7B3AMQTbVAKvQ2z85wU/fCQzSGsx/n8E2gROXv726zYkqm7aTJF39O/lIU0WlcvL5yF+/Xw5CuN44VCyhVO2V6D7tS6hbFipPAczJRMSksYfo9X8LxAX5THf4= ### Steps to reproduce See the vue sfc playground link. ### What is expected? Switch Vue version to 3.2.39, the...

:lady_beetle: bug
🔩 p2-edge-case

currently this module will load the excel file into memory and build the js model, but it doesn't work for large file because memory limitation. Is it possible to provide...

Performance

The following is wasip1 proc_exit function. ;;; Terminate the process normally. An exit code of 0 indicates successful ;;; termination of the program. The meanings of other values is dependent...