StringKe
StringKe
**这个功能提议是否涉及到某个问题,请详细描述** **Is your feature request related to a problem? Please describe. ** 1. cloudbase-next-builder 组件会创建一个云函数,第一个 nextjs 占用内存够大。默认给的 128M 过小了 2. 如果在 nuxt.config.js 里使用了一些 node 环境的第三方组件,这些组件应该算作 devDependencies 打包工具似乎未考虑这种场景,比如 preval-build-info 3. cloudbase...
Closes: ? ### What are the changes and their implications? Add redis storage implementation in Auth, Supports both [ioredis](https://www.npmjs.com/package/ioredis) and [redis](https://www.npmjs.com/package/redis) **Since Pipeline doesn't have a redis backend set up,...
### What is the problem? Maybe the `useQuery` `refetchInterval` option is invalid My code logic is like this: 1. The page loads and requests a QR code valid for 5...
``` declare global { namespace JSX { interface IntrinsicElements { 'ninja-keys': NinjaKeys } } } ``` I try to add definitions, but the IDE prompts me for indeed a lot...
I tried some codes, but none of them work correctly, does anyone know how to implement it?
JSON页面内自动美化的长度限制,似乎没有入口? 我一直没有找到设置的地方 
默认的逻辑在 Recat SSR 环境下生成的 ID 与 浏览器端不一致。
**Is your feature request related to a problem? Please describe.** Unable to write cookie in nuxt asyncdata **Describe the solution you'd like** write cookie in nuxt asyncdata **Describe alternatives you've...
### 这个功能解决了什么问题? ### 问题 1. 目前,创建的项目后会包含 `react` 一些依赖,比如如何创建独立的 api server 2. 项目中没有明确包含 `eslint` 依赖,在 `webstorm` 中如没有明确依赖会出现错误提示 (package.json.handlebars 尝试自己贡献一下代码发现修改 package.json.handlebars 后没有作用) 3. nest api service `BFF` 强制要求 `lambda` 文件夹,但文件夹本身可以为空 (飞书中咨询了这个问题,官方给予了答复,但我觉得这里还是处理一下,采用框架方式进行开发,遵守 lambda...