Sébastien Lorber

Results 1391 comments of Sébastien Lorber

Hi, In addition to custom scalar types, I want to add that it is very important for me that the choosen solution works with codegen tools. If my Date scalar...

Hey 👋 I won't be available in the following days to investigate, but I suspect this is related to an older issue that is probably not totally solved: https://github.com/facebook/docusaurus/issues/2692#issuecomment-1674724457 Can...

Docusaurus is based on file system paths. We only document Crowdin usage for historical reasons, because Docusaurus v1 sites used it in 2017, and we wanted to help them upgrade...

> Hard to imagine >1% of docusaurus users wanting to use CrowdIn in 2025. We use it for Meta sites and don't plan to migrate away in the short term....

I don't think we'll do this on the Infima side (which I'd like to slowly deprecate and internalize to Docusaurus) If you only care about Docusaurus global CSS pollution, track...

Yes I understand those problems are annoying. We'll try to figure out a solution as CSS support increase in browsers. I also plan to explore CSS Scope limit to opt...

I can reproduce the problem with the steps above and confirm something weird is happening here. Runnable repro: https://stackblitz.com/edit/github-vmkujfpc?file=docs%2Ftest%2Fdocusaurus.mdx All those links target different URLs, while the absence of `./`...

Multiple HTML h1 on the same page is considered a bad practice: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#avoid_using_multiple_h1_elements_on_one_page We don't really need to document that, it's not Docusaurus specific Markdown documents can contain more than...

v3.8 is out now and you should be able to merge this updated PR Docs generation works when using the `[function plugin() {},{}]` syntax

Awesome, curious to know how much it improved 🥳