Sébastien Lorber

Results 1346 comments of Sébastien Lorber

The code of that PR is not even working, probably AI-generated ![CleanShot 2024-11-14 at 12 05 56](https://github.com/user-attachments/assets/7701dafd-f9bf-49c2-a6f2-43156982c6a8)

A span (or `display: inline`) should work; I've seen plenty of code blocks in other documentation systems that do not lead to this weird Firefox-only problem, and couldn't really figure...

FYI we have introduced a quite similar feature for broken markdown links/images: https://github.com/facebook/docusaurus/pull/11283 This would be great if we had the same kind of API for `onBrokenLinks` / `onBrokenAnchors` too

I'll try again once v3.6 is out and we'll see For now it's already nice to have a POC proving that this plugin works with the new bundler :)

Docusaurus v3.6 is out: https://docusaurus.io/blog/releases/3.6 PR ready to review (but still fighting with PnP issues) Unfortunately, the Yarn PnP error remains, and it only builds with node linker. Maybe @arcanis...

Looks like Yarn PnP will be solved in Rspack v1.2 soon https://github.com/web-infra-dev/rspack/pull/7639

This plugin is already compatible, I only turned Docusaurus Faster on the demo website as a proof that this is compatible. See also my guide for plugins authors: https://github.com/facebook/docusaurus/issues/10572 None...

Tried to upgrade this PR but still getting errors when using Rspack + Yarn PnP, while it works fine with Webpack + Yarn PnP Errors such as: > × Cannot...

Interesting discussion related to this problem: https://twitter.com/_developit/status/1382838799420514317

svg sprites look like a good solution: https://benadam.me/thoughts/react-svg-sprites/