Sébastien Lorber

Results 1327 comments of Sébastien Lorber
trafficstars

Thanks @BridgeAR. Indeed I see the same problem when nesting regular erro cause errors. Didn't know about `util.inspect`, that looks like a useful tool to use in my case. ```js...

Yes, it does not work, because currently the relative link resolution is a plugin-specific feature and not a Docusaurus core feature. I'd like to support cross-plugin relative links but it...

I don't see this behavior in Firefox. Considering the non-usual env (Firefox 137 on NixOS), I'd close as a possible bug in that specific Firefox version. We can reopen if...

Thanks, we'd also appreciate a backport for Docusaurus because our current minor supports Node 18.0, incompatible with dev server v5, and all newly initialized Docusaurus sites will get dev server...

Yes I also noticed a problem. Will look into fixing the issue while preserving the behavior implemented for https://github.com/facebook/docusaurus/issues/10854 It will be fixed in an upcoming v3.8 patch

> TBH I preferred the previous behavior: a category cannot be collapsed by clicking on the link, unless you explicitly request it to be closed via the caret... @Josh-Cena then...

The behavior should be fixed in https://github.com/facebook/docusaurus/pull/11242 Please test it here and let me know if you find it confusing, because I'm going to release this quite soon: https://deploy-preview-11242--docusaurus-2.netlify.app/docs/markdown-features/react Click...

> 1. Clicking on a link takes me to that page, including when I'm already on that page If you are already on `/docs/category`, and you click on that category's...

Fixed in v3.8.1: https://github.com/facebook/docusaurus/releases/tag/v3.8.1

On Docusaurus repo (currently Rspack 1.2.5) we also encounter this. Example CI job timeout: https://github.com/facebook/docusaurus/actions/runs/13945874964/job/39032844416 I'm not sure when it started to happen, but probably after 1.2.x, when we also...