issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:Python language:Java
Filter by
55.2M results
PgOrderRepo.insert_order inserts each order line with a separate await conn.execute(...) in a loop (N+1). A single
multi-row insert / executemany would be more efficient.
Order creation is low-frequency ...
enhancement
To make Lorebooks cleaner, after Phase 3, it would be nice to have an agent that specifically would review the drafts to
seek and eliminate common tropes and clean them out. Such as...
X not Y, not X ...
enhancement
Two small improvements to the public error envelope (uniform {error, detail} shape):
1. _validation_handler puts the full str(RequestValidationError) into detail, which is verbose and structural. Prefer ...
enhancement
Root Cause
In calcore/targets.py, the function target_xyz_for_patch() uses cfg.code_max in division without validation:
# Potential division by zero if code_max is 0 or None
n = p.r_target / cfg.code_max ...
bug
high-priority
Missing Identifier Report
Generated: 2026-06-20 01:41:53 UTC Workflow Run: https://github.com/marco-bolo/csv-to-json-ld/actions/runs/27856376538
The following identifiers exist in the UUID registry but ...
needs-review
uuid-sync
POST /orders accepts an unbounded lines array. CreateOrderRequest.lines is constrained min_length=1 but has no upper
bound, so a single request can drive an arbitrarily large missing_skus(...) IN (...) ...
enhancement
img width= 1600 height= 899 alt= Image src=
https://github.com/user-attachments/assets/61547813-48d6-4ea4-ab73-6b96e9132075 /
bug
Goal
Implement the original M-AUTO-8 milestone by enabling a guarded issue polling automation path.
This is not merely a documentation decision. The point of M-AUTO was to move toward automation after ...
agent:implement
planning
What happened / 发生了什么
使用流式模式时,当遇到非正常响应后,AstrBot 在尝试构建工具重查询上下文时抛出 TypeError,导致整个对话流中断。(使用的是自定义OpenAI接入New API,实测无论切换哪一款模型 均会出现相同的问题)
Reproduce / 如何复现?
1.打开聊天会话 2.连续发送 10+ 条消息(且不补充任何打断流式输出的中断操作) or 构造异常请求(测试 ...
area:core
bug
Root Cause
In calcore/models.py:194, the CCT (Correlated Color Temperature) calculation uses exact float equality check:
n = (self.x - 0.3320) / (0.1858 - self.y) if self.y != 0.1858 else 0
Issue
The ...
bug

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.