issues Search Results · language:Dune language:Python language:Python language:JavaScript language:Python language:Java
Filter by
54.7M results
maida/cli.py:79 displays a blank ID in maida list because it reads run_id
maida/cli.py:195 also makes default maida view lose the latest run ID.
I reproduced maida list showing a blank first column while ...
Rec 39 Phase 2 s loop-shaped inlined-call patterns — strlen, strcmp/strncmp, memcmp, and non-constant memcpy/memmove
copy-loops — were deferred by DD-0007 (decision point 3) to their own sub-design.
Unlike ...
Problem
Webhook payload processing assumes all request bodies contain valid UTF-8 data.
Current Behavior
The webhook handler:
Decodes request bodies using strict UTF-8 rules. Fails when malformed byte ...
bug
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
on python 12 torch is not found try pipx
Proposed ...
目标
编写完整项目文档,包括 README、部署指南、开发规范。
前置依赖
- 主要功能模块上线
详细说明
README.md
home-ops-hub/
├── 功能介绍
├── 技术栈
├── 项目结构
├── 快速开始
│ ├── 前置要求
│ ├── Backend启动
│ ├── Frontend 启动
│ └── Docker Compose部署
├── ...
docs
The JCMWriter should be able to parse several format of java code specification and apply them, so that when writting a
JCM the output respects the specification. For example, tabs or spaces ? Can we used ...
目标
配置完整的 GitHub Actions CI/CD 流水线,覆盖测试、lint、构建。
前置依赖
- Issue #8-#12 完成(基础项目结构)
详细说明
CI Pipeline
.github/workflows/ci.yml:
Backend:
- Python 3.11
- pip install -r requirements.txt
- python ...
devops
infra
目标
部署 MinIO 作为本地 S3 兼容存储,服务文档文件上传。
前置依赖
- D1 (基础 Docker Compose) 完成
详细说明
MinIO 服务
在 docker-compose.yml 或 infra/minio/ 添加:
minio:
image: minio/minio:latest
ports:
- 9000:9000
- 9001:9001 ...
infra
storage
目标
统一 LLM 调用入口,支持 SiliconFlow + 本地模型双方案,支持失败 fallback。
前置依赖
- D1 (Qdrant) 完成
详细说明
LLM 提供商
| Provider | 模型 | 场景 |
| --- | --- | --- |
| siliconflow | Qwen/Qwen2.5-7B-Instruct | 云端中文优先 |
| ollama ...
ai
backend
目标
接入文本 embedding 服务,将中文文档转为向量存入 Qdrant。
前置依赖
- D1 (Qdrant 部署) 完成
详细说明
Embedding 模型
- 使用 SiliconFlow API(默认)或本地 embedding 模型
- 模型:bge-m3 或 text2vec-base-chinese
- 向量维度:1024(bge-m3)或 768(text2vec) ...
ai
backend

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.