Anthony Fu
Anthony Fu
I do not get what you are trying to achieve. Yes uppercase can be valid class names, but in Windi CSS all utils are lowercase and I didn't see how...
Yeah, good point. Vite already handles that and all we need to do is add another cli option `--base` and pass it to the Vite's config. https://vitejs.dev/config/#base PR welcome. Thanks!
We could do so, but I guess the order matters (or we need separate fields for `hash`, `pr` and `refs`), otherwise currently the first number (could be an issue) will...
I have changed the format of `references` to be an array of objects, to present different types of references. ```ts export interface Reference { type: 'hash' | 'issue' | 'pull-request'...
写了一些 https://github.com/vitest-dev/docs-cn/wiki/%E7%BF%BB%E8%AF%91%E9%A1%BB%E7%9F%A5
> @antfu 大佬对于 `headless logic/code` 有好的翻译建议吗 Reference 在哪?
> headless logic/code 非浏览器逻辑
Sounds reasonable, PR welome
Yes, and PR welcome. But any blocker to upgrade to the latest minor version?
The repo listing is actually different from PR / issues atm. For repos it fetches your recent activities so only the repo you participate will be listed. I am still...