peterlits zo
peterlits zo
Sorry but I am totally newbie. I add those to my `alphe.config.ts` and change the `className` to `text-gray-500`... nothing happen... What else need I do? I read the source code...
#### Found an issue or bug with electron-vue? Tell me all about it! Questions regarding how to use `electron` or `vue` are likely to be closed as they are not...
Hello. Do you think set `-v1` as a default mode is a better idea? When I find that I cannot change my light, I cannot know what happen, and it...
I am using Vite but not Create-React-App. I am totally newbie so I change the example `graph-react-apollo` to `graph-react-vite-apollo`. Can I give you a PR?
增加了对扩展欧拉定理的直观理解。能辅助同学们更好地理解并掌握扩展欧拉定理。 **审核的同学** 请着重关注以下四方面: 1. 注意有没有 typo 2. 不论你是否熟悉相关知识,都请以初学者的角度把这个 PR 的内容阅读一遍,跟着作者的思路走,然后谈谈你的感受 3. 如果你熟悉相关知识,请按照自己的理解评估这个 PR 的内容是否合适 4. 请**尽量**保持跟进直到它被 merge 或 close
请求 math 下开一个 roadmap,用来简单阐述算法的目的和算法之间的依赖递归性。 (先看看如何分解质因数,但不知道 pollard-rho ,找了半天都有点苦恼的人这么想到)
Switch has a prop `label` to set its label. And its position is defaultly at the end. To put the label at the start of `Switch` is hard. So I...
There are a lot of component. But how about add a dropdown menu? You can click [headlessui-menu](https://headlessui.dev/react/menu) to see want we want to use. If it is a good idea,...
For issue #2123
It is hard to find that how sx prop works and how to let sx-prop works for user-defind components. We update the document to make it easy to get.