Sixian Li

Results 8 comments of Sixian Li

> 🙌 This is a great idea! I can help you to implement it if you're interested. Here the related code: [MarkButton](https://github.com/devrsi0n/chirpy/blob/fb0bc2a7c038da847ca1f9db80ee09a59d55176d/src/blocks/RichTextEditor/FormatButtons.tsx), [Popover](https://github.com/devrsi0n/chirpy/blob/3800098ec237cfc8fa253d36dedb9fc06ff226fb/src/components/Popover/Popover.tsx) Sure! You can assign this to me....

Looks like it's the same issue here: https://github.com/wechaty/puppet-wechat/issues/192

> @huang-guanhua > 好像最后reverse函数的例子,应该还要加上undefined,不然会ts报错吧 应该是加void,因为什么都没返回

We should also add "export to PNG"

You can use `className` prop on `Toaster` which adds styles to the outermost `ol` tag, instead of `toastOptions.classNames`. What I did was adding `w-full` and `flex` to center the inner...

I finally figured out the solution. We can use a custom logger. Maybe we should add this to the doc. ```ts const output: string[] = []; const ffmpeg = createFFmpeg();...

i guess i'll just go ahead and change it in our fork.

+1, it would be nice if `insert` catches excess properties by default