Joshua Chen

Results 1553 comments of Joshua Chen

Yeah, a lot of stuff we have in the init template is to make PnP happy out-of-the-box. Otherwise we could have gone for a much leaner list. The more dependencies...

It is a known problem that using pnpm and other no-hoisting linking strategies (a.k.a. PnP) has caused theme-common to be duplicated in the package tree. In this case, the provider...

Interesting. I don't like the idea of hacking dimensions just so things appear "visually aligned", because if you use a font with different baseline height then everything is misaligned again....

I agree we should have this. This has been requested on Canny: https://docusaurus.io/feature-requests/p/nested-navbar-dropdown And the OP has presented a very clear UX that makes sense. We decided to postpone the...

Hi everyone, Docusaurus is an open-source project and is largely community-driven. All progress is public on GitHub. If there's no linked PR and no discussion, that means the maintainers do...

We probably won't add a button (otherwise we need a "user control panel", which may not be a totally bad idea, like [how MUI is doing it](https://mui.com/material-ui/getting-started/overview/)). But a global...

Oh, I see your point. Would you be happy with a theme option that syncs the wrap state between all code blocks?

I think we should refuse any post slug that may overwrite a "built-in page", like the list pages, archive page, tags page, etc. Not sure how easy that is. Do...

If we want to fix this, we would have to fix shadowing of the `/archive` page, `/tags` page, `/page/2` page, etc. as well. That would require the front matter validator...

We should allow `README.md` as index page as well, yes. At least removing it from the URL. We can re-use the category index logic from the docs plugin. Any more...