Results 24 comments of jctaooo

> Maybe you need to add `enable_bitcode_for_prebuilt_frameworks!` in your Podfile ? > Explained here: > https://github.com/leavez/cocoapods-binary#options it works for me! Thanks! archive Succeeded.

Google Translate always translate whole web page, Polyglot is better.

> @faustinozanetto I got this to work by installing the `@babel/plugin-transform-modules-commonjs` Babel plugin. > > I plan on uploading a minimal viable GitHub repo which includes everything (NextJS, TypeGraphQL, Prisma)...

@SheaBelsky Next refresh behavior base on analyzing static import/export statements. But `@babel/plugin-transform-modules-commonjs` transform these statements to something like: ```js // original export default 42; // transformed Object.defineProperty(exports, "__esModule", { value:...

If we can use `@babel/plugin-transform-modules-commonjs` on only files generated by `typegraphql-prisma`, it will be good.

Sure, I will list all feature in new system in soon. @icedice do you interested for working on it?

sure, I'm working on config i18n for vitepress

linked pr: https://github.com/akirarika/kurimudb/pull/8

这个仓库的文档使用 github pages,因此也许可以用 github actions 来自动部署文档 @akirarika

@KnowsCount 机器人同步是指?以目前的 i18n 可以实现的是: - 包含 文档或翻译 的更新的 commit 时,GitHub Actions 回自动做出响应并自动部署至 github pages 我只是想知道分立文档仓库的明显优势 🤔