江夏尧

Results 24 comments of 江夏尧

@swift-fs 这周版本会上一个版本哈,大概在周末

https://chinese-font.netlify.app/fonts/zqfs/zhuquefangsong-regular/

@swift-fs 版本已发布

```css /* ❌ 这个特性不生效 */ @font-face { font-family: 'test'; src: url('./fi.ttf'); unicode-range: U+66, U+69; } /* ✅ 这个特性可以生效*/ @font-face { font-family: 'test'; src: url('./fh.ttf'); unicode-range: U+66, U+68; } body >...

看了一下代码,发现飘红的路径,好像用到了 MDRender,可能是这个地方有点占空间

I'm very sorry. At first, I thought that creating a loop reference to itself during object creation would cause a memory leak. After removing the memo, I forgot to handle...

Deleting the memo did indeed cause a high memory usage issue. I will investigate the reason for the memory leak caused by the memo.

In the example /examples/react/virtualized-columns, horizontal scrolling does not cause any memory issues, but vertical scrolling leads to memory leaks. The function getVisibleCells is called, which accesses several functions that I...

![image](https://github.com/TanStack/table/assets/68177907/ac989eb8-b265-4217-aa42-fcdcfedfef61) This is not a caching issue caused by memo. I deleted all references within the cell instance on the original branch and did not find any obvious memory leaks....

I used the .wasm directly. Create the set which will contain user inputs , and put features which you want in the set. @yisibl ```js const ptr = exports.hb_subset_input_create_or_fail(); const...