fei

Results 14 comments of fei

@bailicangdu能再分享下数据库文件么 谢谢

多谢了 @bailicangdu

使用了命令之(yarn install --ignore-scripts && lerna run preinstall && yarn build:dev)后可以下载依赖了; 但是去到 examples/x6-app-draw 下执行yarn start 命令之后会报错; 依赖找不到(@antv/x6-react-components/es/toolbatr/style/index.css)

``` type OptionalKeys = { [P in keyof T]: undefined extends T[P] ? P : never }[keyof T] ``` 这样也没有报错

豆瓣API无法调用了,导致页面很多数据不能显示~~,有没有说明其他方法

> Even with version 2.1.0, I can't get keycloak authentication to work :( It provides a never-ending refresh on the dash loading screen. Does anyone have a working configuration for...

> 开发模式下的 APP 不适合用作自托管部署,因为它在配置和身份验证方面会有很大差异。例如,在您的情况下,和`AFFINE_ADMIN_EMAIL`不会`AFFINE_ADMIN_PASSWORD`生效,这就是为什么您无法通过指定的凭据直接登录。 > > 要从头开始运行构建,您可以通过构建服务器代码`yarn workspace @affine/server build`并运行列出的完全相同的命令`compose.yml` > > ```shell > yarn workspace @affine/server build > > cd packages/backend/server > > # with all environment variables configured...

目前还有这个警告, 使用最新版本 ` "dependencies": { "@ant-design/icons": "^5.6.1", "@ant-design/pro-components": "^2.8.6", "@umijs/max": "^4.4.6", "antd": "^5.24.3" }, "devDependencies": { "@types/react": "^18.0.33", "@types/react-dom": "^18.0.11", "husky": "^9", "lint-staged": "^13.2.0", "prettier": "^2.8.7", "prettier-plugin-organize-imports": "^3.2.2", "prettier-plugin-packagejson": "^2.4.3",...