issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Python language:Java
Filter by
55.2M results
Summary
GET /queues/agents_status does not report queue membership for agents that are configured in a queue but have had no
runtime activity (never logged in this session). Such agents come back with ...
we only have one postgres pod so it might be problematic.
if something fails we wont to have something else safe
tutor_feedback
问题
新增 bucket(如 reit )需改动 5+ 文件:constants.py (BUCKETS/BUCKET_TICKERS/PRIMARY_TICKER/TICKER_WHITELIST/...)、cli.py (status
分组/转换逻辑)、rebalance.py (DCA 遍历 BUCKETS)、returns.py (bucket_net_cost)、valuation.py ...
enhancement
Surfaced reviewing #1303 (Phase C / C4, epic #1258). Both are reporting/cosmetic only — neither mis-assigns a mod
(confirmed in review). Low priority.
Items
1. A conflict-blocked mod is kept in the ...
enhancement
问题
ppt/cli.py 中 _build_allocation_table() 和 _portfolio_snapshot() 是纯计算+格式化逻辑,在 ppt plan 和 ppt status 两条命令中重复调用,但零单元测试。
修复
- 新增 ppt/services/portfolio.py:移入 _build_allocation_table() + _portfolio_snapshot() ...
enhancement
问题
ppt/cli.py 1058 行 God Module。_health_check() (33行) 和 _build_conversion_trades() (含硬编码 GLDM→518880, SGOV→511360 转换规则)
是纯业务逻辑,混杂在 CLI 编排层中,零单元测试。
修复
- 新增 ppt/services/health.py:移入 _health_check() ...
enhancement
问题
1. ppt/__init__.py:28 _setup_logging() 在模块 import 时即写 ~/.pp/pp.log——任何 import ppt 触发 fs 副作用
2. ppt/display.py:14 console = Console() 模块级可变全局状态——测试无法重定向输出
修复
- __init__.py: 将 _setup_logging() ...
enhancement
Summary
~19 PR-triggered workflows lack concurrency with cancel-in-progress: true. When a contributor pushes multiple commits to
a PR, stale workflow runs keep consuming runners instead of being cancelled. ...
问题
HoldingsStore._oss_read / _oss_write 硬编码 subprocess.run([ ossutil , ...])。切换存储后端需要重写整个类。
修复
- 新增 ppt/storage.py 定义 IStorageBackend protocol/ABC
- HoldingsStore 通过构造函数接受 backend 实例(默认 OssBackend ...
enhancement
问题
ppt/cli.py:87 _get_prices() 和 ppt/prices.py:293 fetch_prices() 功能重复:都构造 PriceCache+PriceFetcher,都硬编码 Path.home() / .pp 。
修复
- cli.py: 删除 _get_prices(),调用者改用 prices.fetch_prices()
- prices.py: ...
enhancement

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.