issues Search Results · language:Dune language:JavaScript language:Python language:JavaScript linked:pr language:JavaScript
Filter by
4.5M results
问题描述
在 Web GUI 中选择「收盘反转」策略 → 点回测 → 报错。
根因
gui/web.py 的 run() 路由硬编码 trade_price=open。但收盘反转策略只支持 supported_trade_prices: [ close ],create_backtest_request() 校验时发现
open not in [close] → ValueError。
修复内容 ...
ai-done
bug
P0
triaged
Pre-submission checklist
- [x] This does not change user-facing behavior (commands, output, file formats, config) — pure ADR text amendment; no
code, no config, no CLI surface change
- [x] Searched ...
documentation
type: chore
배경
라이브러리 외부 진입점(public API) 확정. verify_document 추가는 완료, 정리·확정만 남음.
할 일
- [x] verify_document(source, source_type, …) 노출 + __all__ 등록 (완료)
- [x] VerificationEngine(config=...) 객체형 진입점 둘지 결정 (함수형/객체형) ...
enhancement
Project
CrusaderBot — projects/polymarket/crusaderbot
Tier
STANDARD — mobile UI/layout defect only. No capital movement, no balance/ledger mutation, no execution behavior change.
Owner report
On mobile ...
crusaderbot
standard
wallet
Summary
Update governance.json cross-repo reference from vscode-f5xc-tools to vscode-xcsh.
Part of cross-repo xcsh ecosystem rebranding.
Summary
Update downstream repo references and branding config for the xcsh ecosystem rebranding.
Changes
- downstream_repos.yaml: vscode-f5xc-tools → vscode-xcsh, terraform-provider-f5xc → terraform-provider-xcsh ...
Add vulture for dead code detection
Status: needs-triage
filter_database_objects was defined, stored on the trainer, and never called — vulture would have caught it. Run at 80%
confidence to avoid noise ...
enhancement
needs-triage
Harden mypy configuration
Status: needs-triage
mypy is in dev dependencies but its config is minimal and it is not in pre-commit.
Work breakdown
- [ ] Enable the attrs mypy plugin (gives proper type ...
enhancement
needs-triage
Replace black + isort + flake8 with ruff
Status: ready-for-agent
Three separate tools replaced by one. Ruff is maintained by the same team as uv (already in use), 10–100× faster, and
configured entirely ...
enhancement
ready-for-agent

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.