Sébastien Lorber

Results 1479 comments of Sébastien Lorber

Use-case: process `frontMatter.description` to replace variables/placeholders with real value. https://github.com/facebook/docusaurus/issues/395#issuecomment-1375539610 ![image](https://user-images.githubusercontent.com/749374/213238457-31d2cc7c-2a05-447b-98e5-a7b11d29c853.png)

please merge this, it's impossible to migrate my app to latest RN due to this issue

I am not a maintainer of this library that I didn't use for the last 2 years. Reach out to APSL, the owners of the library to know their plans....

> @slorber Thank you for your response. > > May I know which package you are using alternative to the library? I am mostly working on web apps now (Docusaurus)...

I am not maintaining this library and haven't used RN recently

Thanks, this has been reported multiple times before and is not really a bug because the page should not be accessed through that URL but through its canonical variant, and...

Busy on other things. I'll try to get this merged for the next minor/major. The POC is working but I'm not sure it's super robust regarding edge cases. Maybe we...

👍 That's also the idea I had in mind to support React components usage in TOC: https://github.com/facebook/docusaurus/issues/3915#issuecomment-1921498327 https://github.com/facebook/docusaurus/pull/9773 We should rather pass the props to all MDX and all React...

Yes, that would be nice to support relative md paths in pages, but also the blog plugin. And to allow one plugin to reference files of another. For that we...

> > Yes, that would be nice to support relative md paths in pages, but also the blog plugin. > > Right, I suppose it's only implemented in the docs...