GambleMeow

Results 10 issues of GambleMeow

## Describe in the page which uses vue-virtual-scroll-list, a request , for getting list data, it's content-download spend too long. ## To Reproduce Steps to reproduce the behavior: 1. create...

bug

你的是这样的 finishRefresh=(params)=>{ this._refreshc && this._refreshc.finishRefresh(params); this.lottieView.reset(); } 然而在运行这个函数的时候就执行this.lottieView.reset();的话 在动画显示上会不合理(因为数据获取往往都是很快的 也就是说this.lottieView.play()和this.lottieView.reset();的执行间隔 取决于你数据获取的间隔) 而且在header弹回顶部时是没动画的 这样的结果往往没有显示lottie 所以 以下的方式反而适合数据获取很快的情况 finishRefresh=()=>{ this._refreshc && this._refreshc.finishRefresh(()=>{ this.lottieView.reset(); }); }

用图的方式描述tiny-vue的核心:_initState、compile、数据响应

by the treeVisualization,users can view the ast directly。 just like this!!! ![K6@{~KL_29TZ{K~D95JSCSX](https://user-images.githubusercontent.com/38103330/202675949-ec3f3a1d-d68e-4a48-95a0-cbf4454c2cce.png)

…aph-blocks to code-block [issue](https://github.com/toeverything/blocksuite/issues/8150) effect as follow ![7](https://github.com/user-attachments/assets/51db8d3e-1c95-44e3-8ae0-cb3d3f5e81e1)

as follow ![6](https://github.com/user-attachments/assets/b52e0cf4-52c9-4656-88f3-b54decc67ab6)

![3](https://github.com/user-attachments/assets/47aef885-1511-4eba-9901-45356cbb27fe) approaches as i know, 1. add a span with zero-width after v-text 2. preventDefault the dblclick event while double-clicking in the end of a paragraph block

![1](https://github.com/user-attachments/assets/da9b4000-aa17-4c28-8d62-5d8f81cbd6f6) ### Description A block contains other block, is useful for user to organize their thoughts. Easy to access the structure of author's thoughts. This block is used by my...