South Drifter
South Drifter
> Please try removing `node_modules` and `*.lock`. Same error after running: ```shell rm -rf node_modules/ pnpm-lock.yaml pnpm i pnpm build ```
> > ### Additional context > > Real world code: https://github.com/kaiyuanshe/kaiyuanshe.github.io/pull/304/files#diff-c2eb41018a917dc350b32b5f8633d8f7cbf1737c32bb0a4b5bfe77cab13f2fa7 > > @liuxingbaoyu Try this history code, you will get the error. @liuxingbaoyu I upgrade another project built with...
ECMAScript Decorator proposal stage-3 support is in my wishlist: https://github.com/typestack/class-validator/issues/1929#issuecomment-1488584144 I use Class Validator to check Uploading Data in Front-end: https://github.com/idea2app/MobX-RESTful/blob/f9615f4d378fa7ca018add9e16d6bae6d82014c1/test/example/UserStore.ts#L13-L16
> 是否考虑不使用 `typedoc` 生成其它文档? 主要想套用一套文档站的布局。 我们可以只生成一次 TypeDoc,再自己写 TS 脚本读 `index.html` 来替换正文。
> > 主要想套用一套文档站的布局。 > > > > 我们可以只生成一次 TypeDoc,再自己写 TS 脚本读 `index.html` 来替换正文。 > > 感觉 TypeDoc 官方不支持的话,要做很多改造的内容 我这个方案只需要 `zx` 加 `jsdom` 写个几十行的脚本。
另外,Migration 文档后面翻译的时候,首篇引文我翻译了:https://fcc-cd.dev/article/translation/3-reasons-why-i-stopped-using-react-setstate/
> 虽然已经把所有文档都生成了,但还是建议使用 VitePress, Astro 等工具生成文档站,SEO,翻译等效果会更好。 WebCell 本身做一个前端组件引擎,如果需要用 Vitepress 这样基于 Vue 等其它引擎来渲染文档,那岂不就招人耻笑了? 我们自己的 SSG、SSR 框架已经初步设计出来了,期待下半年能实现:EasyWebApp/MarkCell#7 > 左侧导航栏也会更清晰,目前的左侧只是源码生成的类型。建议 typedoc 作为文档站的补充。 但我们目前就是生成的类型信息为主,少量 Markdown 文档为辅。
Quill 2.0.0 has same bugs with Web components: https://github.com/EasyWebApp/quill-cell/pull/1/commits/8bf3c6d8da477c71f6cbb5be1140460141b30f33 ## Reproduce 1. open the test page code in Cloud IDE: https://gitpod.io/?autostart=true#https://github.com/EasyWebApp/quill-cell/pull/1/commits/8bf3c6d8da477c71f6cbb5be1140460141b30f33 2. run `pnpm i && npm start` to open...
@ijjk @timneutkens @Timer Is there any Review Suggestion?
@wessberg Is there any Review Suggestion?