Sébastien Lorber
Sébastien Lorber
> Are you only using md5 a hashing function or does it have some cryptographic use also? Afaik we only use hashing for generating unique static file names based on...
Great, let us know how it works. We might expose a Docusaurus Node.js API to make this kind of things easier in the future. --- Apart from monkey patching, there...
Appparently this has been fixed in Jiti v2.5 https://github.com/unjs/jiti/pull/375 We'll try to upgrade for Docusaurus v4
Unfortunately it doesn't work and there's no easy way to support this. The config file runs in Node.js, while the `getMissingResultsUrl` is a callback that runs in the browser. It's...
BTW @jharrell you already swizzled it, so you can add a `getMissingResultsUrl` prop here: https://github.com/prisma/docs/blob/main/src/theme/SearchBar/index.tsx#L214
BTW curious @jharrell, you are using v3.6 but didn't turn Docusaurus Faster on, is there any reason why? https://docusaurus.io/blog/releases/3.6#docusaurus-faster
Thanks I didn't have time to study the problem, but is the change retro-compatible and can be done in a minor? @Josh-Cena you probably have an idea?
If it's just a 1 line PR yes, but is it? Sending a package.json PR is easy and has little value on its own unless you have a plan to...
I see thanks, The warning problem is due to `"@typescript-eslint/utils": "^5.62.0",` ESLint v9 is only supported in peerDeps of utils v8: https://github.com/typescript-eslint/typescript-eslint/blob/v8.0.0/packages/utils/package.json But this also restricts the semver range of...
Thanks for reporting Indeed this is really surprising. I can only reproduce it in Firefox. And I can't reproduce it using prism-react-renderer demo https://stackblitz.com/~/github.com/FormidableLabs/prism-react-renderer (Run `pnpm build && pnpm start:demo`)...