1490113799

Results 10 issues of 1490113799

### Problem description when make USE_PGXS=1 ==> Makefile:83: /usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk: 没有那个文件或目录 make: *** 没有规则可以创建目标“/usr/pgsql-12/lib/pgxs/src/makefiles/pgxs.mk”。 停止。 ### Environment

下面是用官方线上demo出码并运行的截图,有个bug问题,请问该如何处理 ![image](https://github.com/alibaba/lowcode-engine/assets/40024148/cf410d98-d5b5-4947-95fe-37b9bf61c8d4)

windows环境使用npm run build命令对code-generator部分进行打包,其中只生成一部分js,其他js打包失败,应该如何处理 [build:types] 'sh' �����ڲ����ⲿ���Ҳ���ǿ����еij��� [build:types] ���������ļ��� [build:standalone] building... [build:types] sh scripts/build-types exited with code 1 --> Sending SIGTERM to other processes.. [build:standalone-worker] building... [build:standalone-loader] build standalone-loader: packageVersion=1.1.6 [build:standalone-loader]...

![image](https://github.com/gitlab4j/gitlab4j-api/assets/40024148/a73a078c-c204-4bdb-a9b1-2806059ec449) method projectApi.uploadFile() can not upload files,What method can I use to upload files

question

想实现点击左侧树列表,右侧预览页动态渲染,现在点击左侧树引起state改变,按理来说会重新渲染DOM,但是页面没有切换渲染,参见下图 ![image](https://github.com/alibaba/lowcode-engine/assets/40024148/97b427d2-0f69-4f9f-8f65-247a4f292f8b) 预测是预览初始化方法使用async的原因,请问应该如何解决这个问题

0.3版本可以支持配置在线模型吗,现在看虽然可以用oneapi配置在线大模型,但是无法实现在线embedding模型的加载,同时0.3版本也移除了0.2版本的本地化embedding模型功能,期望能出一下解决方案

enhancement
stale

请问chatchat可以实现copilot类似的智能副驾模式吗,通过交互式的方式引导用户生成代码

enhancement

### Describe your problem why npm run dev error - [plugin: ./node_modules/@umijs/plugins/dist/tailwindcss] tailwindcss generate failed after 5 seconds, please check your tailwind.css and tailwind.config.js ![image](https://github.com/user-attachments/assets/3ce45b87-d06d-4ee8-8a74-ed190c2a0a83)

question

使用npm run build后,使用nginx代理进行项目部署,部署后设计器不可用,点击任何地方都没反应,请问应该如何解决 nginx配置如下 ![image](https://github.com/user-attachments/assets/fe4dbb81-6824-4cfb-82a2-ba8555e34e0f) nginx静态文件如下 ![image](https://github.com/user-attachments/assets/9db7c4a8-131c-4cc0-9f09-b1d676199cfe) 结果设计器点击没有任何反应,其他功能都正常 ![image](https://github.com/user-attachments/assets/bd28e5e8-1384-4234-80e5-ef367d02ab0e) ![image](https://github.com/user-attachments/assets/66037573-4d72-499f-8f2f-e396f7af1b9a)

### 🐛 Describe the bug ```python import os import json import time from mem0 import Memory os.environ["DEEPSEEK_API_KEY"] = "sk-cc99" os.environ["OPENAI_API_KEY"] = "sk-cc99" # ✅ 修正:embedding_model_dims 改为 768,与 mxbai-embed-large 一致 config...