Xinyu Liu

Results 119 comments of Xinyu Liu

Sorry for delay. I ignored the message. I'll check the default slugify function. ~~@posva What you mentioned seems not the same issue. But they are related for sure. Maybe you...

I see. I just checked the spec and found the root cause. Per [HTML5 spec](https://html.spec.whatwg.org/#the-id-attribute), IDs in html attrs can consist of just punctuation, so the id generated by mdit-vue...

> The reason I believe so is because without any list layout change caused by the footer (necessary to indicate fetching more content), the erratic behavior is not present I...

请把 `vuepress info` 的运行结果复制到 System Info ,不是错误日志

Might be the same issue as #1526? Could you try [this workaround](https://github.com/vuepress/core/issues/1526#issuecomment-2050995415)? @kings1990 @AndersonHJB @Mister-Hope

```ts import iconvLite from 'iconv-lite'; decompress(foo, { map(file) { return { ...file, path: iconvLite.encode(file.path, 'cp437').toString(), }; }, }) ```

@Mister-Hope Sure. No need to stick to a particular tool.

You can use `"eslint-plugin-foo": "file:."` directly in your project

We also found vue-router could be a perf bottleneck when the routes amount is large. Will put an eye on this issue 👀 cc @Mister-Hope

Hi @JounQin . Thanks for your contribution to prettier & eslint ecosystem! It would be nice for eslint-plugin-prettier to support those features natively. But I think this fork might not...