Urata Daiki
Urata Daiki
@brc-dd I replaced watchEffect with onMounted in Mermaid component. It worked, thanks! For the issue of increasing bundle size, can this be solved by importing mermaid dynamically?
Yeah, I saw the following warnings. > (!) Some chunks are larger than 500 KiB after minification. Consider: > - Using dynamic import() to code-split the application > - Use...
@brc-dd Now, loading mermaid is disabled by default. When disabled, the warnings also disappears. It can be enabled by setting the `markdown.mermaid` option to true in .vitepress/config.ts.
[vitepress-plugin-mermaid](https://github.com/emersonbottero/vitepress-plugin-mermaid) looks good, and I agree with @kiaking's opinion. I just created this PR because I thought mermaid is common, adopted by major services like Github, etc., so I'm closing...
@brc-dd Thanks for the review! I rebased the branch and it seems to be working fine.
@WataruNishimura Of course! I appreciate your help.
> @7nohe I am starting to believe we should remove the feature and let the consumers run linting and formatting as duplicating the work of the underlying service generator will...
> I am starting to believe we should remove the options for consumers to interface with the format and linter options as this library's generated code will be covered. And...
@dani-z I think it's likely possible to switch the OpenAPI generator under the hood. At the moment, there are other OpenAPI generator libraries available, so I recommend considering those as...
@anburocky3 Is there a public repository of the reproducible project? Additionally, it would be helpful if you could provide detailed information about the runtime environment. I have only tested it...