Shenwei Wang

Results 111 comments of Shenwei Wang

Currently, doc site with multiple versions (as well as multiple languages) is not supported.

I'm looking forward to this feature too, but we have to wait the Docusaurus to implement the [`postStart` lifecycle API](https://v2.docusaurus.io/docs/lifecycle-apis#example).

For `invalid ELF header`, according to https://stackoverflow.com/a/29994851/14148700: > This happens when you build on one architecture and then attempt to use the same built addon on a different architecture (or...

And can you provide more information such as host system and arch (x86 or x86_64 or arm, etc,.)? I just tried this image on my Mac x86_64, it works fine.

Thanks for the workaround and it works as my expectation, though it requires dozens of lines of code 🤣

I don't know whether I am doing right, but my code is like: ```ejs { if (tag.tagName === "link" && tag.attributes.rel === "stylesheet") { return { ...tag, attributes: { ...tag.attributes,...

I'll look at this later. And I also noticed there is a problem when passing `--help` or `--version` (which are builtin flags) with `allowUnknownFlags: true`.

@ozum There is currently a workaround to fix this, set an alias for `flags.outDir`, such as: ```js const flags = { outDir: { type: "string", alias: "o" } }; ```...

This requires a lot of work which I think is not easy, :(

@axelhzf Could you try v0.32.1 to see if this is fixed?