jasonzeng

Results 18 comments of jasonzeng

用reduce实现链式调用 ```js const list = [1, 2, 3] const square = num=>{ return new Promise((resolve,reject)=>{ setTimeout(()=>{ resolve(num * num) } , 1000) } ) } function test() { list.reduce((p,x)=>{ return...

> @ReDrUm you can test my Dockerfile: [it-novum/puppeteer-docker@`development`/Dockerfile](https://github.com/it-novum/puppeteer-docker/blob/development/Dockerfile) I have not tested it on Apple M1, but it is running on Linux arm64. M1 Pro (MacOS 12.2.1 ) is working...

同步是指的star后数据的同步吗,为了不滥用github api,所以接口会缓存1小时,右上角有个按钮可以清空缓存。 unstarred的话,在标题的左侧可以直接操作的。 ![image](https://user-images.githubusercontent.com/25629121/62341202-f7084b00-b514-11e9-9434-bbca35d50fe1.png)

这个可以有,我抽个时间做一下

> any progress ? 之前直接 install 我克隆的仓库,就把这个 pr 给忘了😂

可以在 options 里面设置图标偏移量,如下图: ![image](https://user-images.githubusercontent.com/25629121/79681895-ac6c6180-8250-11ea-83d4-4d94825fdc9f.png)

目前还木有加这个功能,主要是很多 model 都没声音额

导入带有声音文件的 model 就可以了,可以试试这个 https://github.com/xiazeyu/live2d-widget-models/tree/master/packages/live2d-widget-model-haru/01/assets