Sébastien Lorber
Sébastien Lorber
Search index before/after, the `h` attribute looks wrong and should probably not contain the pathname?  This probably happens because the anchor now includes the...
Going to revert the unexpected Docusaurus change for now, but this only buys you time to fix the problem in this plugin because it remains a bug, and we'll have...
I agree we should fix these warnings, but it's not clear to me yet how to structure our dependency tree to do so. > #10391 added a peer dependency of...
@MorrisonCole just wondering, why didn't you use the latest Yarn version instead of v3.5? Can you provide full repro scripts to run to be able to reproduce your issue? And...
I forgot to mention in the 2023 survey design issue 🤦 but it would be cool if Docusaurus was in the State of React survey 😇 (it's already in State...
Thanks To be honest, we don't need to cache `build` or `.docusaurus` atm, and the only cache we use is `node_modules/.cache` (for Rspack/Webpack persistent cache). We don't cache `build` and...
> found a fix: [postcss/[email protected] (release)](https://github.com/postcss/postcss/releases/tag/8.4.46) What do you mean here, did you try to upgrade and then encountered the new issue? --- So, what I understand is that you...
The TypeScript type error is fixed in https://github.com/facebook/docusaurus/pull/11221 and will be released soon in a patch. In the meantime you can use `@ts-ignore` or `@ts-expect-error`. Do you also encounter the...
See PR https://github.com/thymikee/jest-preset-angular/pull/3142, I was able to reproduce, and make it work by upgrading some transitive dependencies. It looks like we may need to require newer versions of postcss /...
Note there's a W3C API on the web for that: https://github.com/w3c/device-posture https://x.com/jh3yy/status/1861453906196181187  Could be great if RN implemented exactly the same API (at least the JS part of it)...