ikkz

Results 20 comments of ikkz

@tangly1024 发现了几个影响性能的地方 这里percent加入依赖数组会导致滚动时频繁地注册和取消事件监听,其他地方也有类似的代码 https://github.com/tangly1024/NotionNext/blob/b22475dec55702fbdff9dc6e7e05188e11e4aeb3/themes/hexo/components/Progress.js#L25-L28 scrollListener里有 clientHeight 等会触发回流的操作,也许应该做个节流,同样也不止一处 https://github.com/tangly1024/NotionNext/blob/b22475dec55702fbdff9dc6e7e05188e11e4aeb3/themes/hexo/LayoutBase.js#L41-L54

> 那每次打开一个博客,封面的那个动画卡顿的问题也是因为这个原因吗? 不确定,我也是刚看到这个项目准备用用

If it is going to become a built-in feature of Rolldown, caching (and cleaning) of remote files may also need to be considered to speed up repeated builds during the...

I forget to modify https://github.com/rolldown/rolldown/blob/main/packages/rolldown/src/options/output-options.ts, will be fixed in next commit

> i'll take a look today and see if we can merge it into main. @hyf0 Ready for review And is there any plan to support `cssEntry/ChunkFileNames` in node side?...

> Thank you @punkpeye Are you working on this? If not I am willing to try this.

> > > Thank you > > > > > > [@punkpeye](https://github.com/punkpeye) Are you working on this? If not I am willing to try this. > > Do you still...

> Hello! In my PR #1367, you said that the `encode_as_percent_escaped_dataurl` function shouldn't be omitted to improve compatibility. However, through the crate `urlencoding`, these chars (e.g. `\n`) can also be...

@7086cmd As the definition suggests, in frontend business development, I typically use data URLs to embed small, commonly-used resources that can be directly consumed by the browser into the application's...