issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:Java language:JavaScript
Filter by
5.9M results
Bug
In the split feed (list + preview), clicking a row updates the preview pane, which renders JobDetailView with compact —
and compact hides SaveButton, TailorPanel, and the Reach out card. There s also ...
Summary
On a fresh pip install headroom-ai[code], AST code compression never runs. CodeAwareCompressor.compress() returns the
input unchanged (0% reduction) with no error surfaced to the caller. The root ...
This issue is created automatically to track contribution activity.
updation
The problem
generate_device_info() in entity.py accesses several fields on self.bucket.value directly with [...] instead of
.get(...). For Topaz (Nest Protect) devices on older firmware/hardware, fields ...
bug
Tracking issue for preparing a documentation-only PR around Pantheon Revit Gate.
Scope:
- local Revit plugin developer dossier;
- Control Band / Control Matrix;
- Action Queue, dry-run, preview, ...
Summary
validate_config_structure() in hermes_cli/config.py verifies whether a model: section exists when custom_providers is
configured, but does not validate the completeness of its essential sub-keys ...
area/config
comp/cli
P2
type/bug
What why Codex should show a footer as close as possible to the Claude Code statusline in this repo: context percentage
first, then model, then project and branch. The Claude line is compact and useful ...
enhancement
csv_validate.c 自己实现了 CSV field count,能处理简单引号和逗号,但并不是完整 CSV parser。复杂情况如 escaped quotes、换行字段、多字节编码、超长行等都没有完整处理。
customer_score.c 使用固定上限 MAX_CUSTOMERS 500、MAX_ORDERS 2000,解析时即使超过上限也继续增加 count,后面再用 customer_count ...
README 的 sales 命令示例是:
python -m retailops.cli sales examples/sales.csv
但 cmd_sales() 实际调用的是 load_orders(args.file),而 load_orders() 需要的是 order_id, customer_id, store_id, product_id, quantity,
unit_price, ...
比如 sales.py 中,如果 total_amount 无法转成 float,函数直接返回 0.0;quantity 转换失败时直接 pass。
returns.py 和 revenue.py 也有类似逻辑,遇到坏数据时 pass,继续计算。
这对 demo 很友好,但对真实业务分析不够严谨。真实零售数据里,坏数据应该至少记录 warning、错误行号、错误字段,最好支持 strict / ...

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.