Results 21 comments of Jin Yao

@ikatyang An important use case for me is to copy and paste api docs from `.docx`/`.md` files to `.md`/`.docx`. Prettier made me sick if I update docs in markdown. When...

@he426100 按shift切换成英文就可以输入英文符号`/`了,再按shift切换成中文就可以输入中文符号`、`了

I had this problem. solution: - `sudo apt install -y google-perftools libgoogle-perftools-dev` - `sudo ln -s /usr/lib/x86_64-linux-gnu/libtcmalloc.so /usr/lib/libtcmalloc.so`

revert to v0.23. and it works. please upgrade react to 17.x because the redbox error is so disgusting.

I ran into this problem as well. ``` while (index < elements.length || oldFiber) { ``` simpler slution 🤗️

- I also believe framework-agnostic components state primitives are the future. - zagjs is also designed for building ui components across frameworks. - but zagjs uses state machine, causing extra...

@AlynxZhou - gtk-launch --version - 3.24.33 - gtk4-launch --version - 4.6.6 - wayland uses default built-in ubuntu 22.04 and gnome - may I am not using mesa. - because I...

@dbanksdesign It seems that style-dictionary is so powerful that it can fully replace sass. In a design system, have u ever tried write **all** tokens and components in style dictionary,...

I want more built-in support for integrations/plugins/extensions to popular design tools like figma, sketch, framer-motion...

@dbanksdesign since now we have to write `value` all the time. maybe u can consider implement like this: - the tokens without `value` will be output; - the tokens with...