Sébastien Lorber

Results 1471 comments of Sébastien Lorber

@dwmkerr I'm not sure to understand: what's the result you currently have, and what's the result you want? If you are using autogenerated sidebars, why do you care about `include`?...

It looks like the new output is more modern, and it may be a good thing, but it's worth testing a bit on older browsers compared to prod. ![image](https://user-images.githubusercontent.com/749374/135258546-4561b353-e628-46a0-9023-bd545fedfdf7.png) I...

> Any suggestions? I plan to add docusaurus-plugin init and other useful commands in the future, so docusaurus-plugin-builder won't work. docusaurus-plugin-cli doesn't sound right either 🤔 `@docusaurus/utils-build` can still expose...

> as for tests and translation issues, currently server requires that files exposed by packages are JSXIdentifier with name Translate witch means that code can't be transformed to JSX and...

> easier/uniform configuration, and this tool can be exposed for 3th party plugin developers Afaik we don't have any configuration for it and the goal is somehow to hide the...

Thanks for listing those! Hope we'll get the org soon

I think it's using another branch (the one I used to open the pending PR, not main: https://github.com/themgoncalves/react-loadable-ssr-addon/pull/28#issuecomment-810369906) https://github.com/slorber/react-loadable-ssr-addon/tree/slorber/fix-webpack5-warning

For the upcoming GitHub organization, adding this starter that is used in a few places. We may have more starters/example repos later. https://github.com/slorber/docusaurus-starter

yes, there are a few things we can improve to make the bundle size smaller. we'll improve that over time

Hi, I'm not very familar with Tailwind yet. Currently Infima is a css lib with a few postcss. But it also includes some lightweight vanilla JS components If I understand...