issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:JavaScript linked:pr
Filter by
4.4M results
무엇을
Grafana로 시세/캔들/거래량을 시각화한다.
- docker-compose에 grafana 서비스 추가(grafana-clickhouse-datasource 플러그인)
- 프로비저닝: ClickHouse + PostgreSQL 데이터소스, 대시보드 자동 로드
- 대시보드: 1분봉 종가, 종목별 거래량 등
파일
- docker-compose.yml: ...
Problem
The shared pr-guardian workflow is now a required Kaizen Agents skill, but this repository does not vendor
skills/pr-guardian/SKILL.md yet.
Expected outcome
Vendor the shared pr-guardian skill ...
kaizen:P2
kaizen
무엇을
체결엔진이 지정가 주문을 보관하다 가격 조건 충족 시 지정가로 체결한다.
- BUY LIMIT: 시장가 = 지정가일 때 체결
- SELL LIMIT: 시장가 = 지정가일 때 체결
- 체결가 = 지정가
- 기동 시 DB의 PENDING 지정가 주문도 재적재
파일
- engine/matching.py: 지정가 보관/조건 체결 추가 ...
What happens
ui/src/components/stats/ActivityHeatmap.jsx:58 — the trailing-empty-column flush guard if (col.some((c) = c !== null))
weeks.push(col) — has a false branch (all-null trailing column) that ...
bug
ci
priority:p1
size:xs
status:ready
ui
Symptom
After releasing v0.10.1, rebuilding the pi-vm image still installed the old Bartleby — the .active_session fix never
reached the container. The build log showed:
= CACHED [linux/arm64 5/15] ...
bug
tooling
背景
現行の claude-review.yml は code-review
プラグインで指摘をトップレベルのコメント1個にまとめて投稿しており、required_review_thread_resolution(未解決スレッドでマージ不可)の運用に乗らず、指摘があってもマージをブロックできない。
また action のサンドボックスでは Claude からの投稿系ツール(生 gh / 組み込み投稿)が権限拒否される。 ...
Current benchmark suite uses synthetic generators. Real-world testing on benchmarks/scenarios/tool_outputs.py shows 26%
savings vs 56% synthetic. The gap is real and important.
Need: Capture actual tool ...
type:infra
Current ColumnarFold has a fragile null handling path. Columns with mixed None values get classified as json type, which
inflates in CSV. The null-handling fix in PR #62 is minimal.
Problems:
- A column ...
type:infra
무엇을
market.ticks를 소비해 종목별 1분 텀블링 윈도우로 OHLCV(시가/고가/저가/종가/거래량)를 집계하고 ClickHouse candles_1m에 업서트한다.
- 이벤트 타임(trade_ts) 기준 분 단위 윈도우
- 워터마크(max window - 2분)로 닫힌 윈도우 메모리 정리
- candles_1m = ReplacingMergeTree(updated_at) ...

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.