pullrequests Search Results · language:Dune language:Python language:HTML language:TypeScript language:HTML
Filter by
23.2M results
Closes #622.
Summary
Arrow-native roadmap Phase 0: replaces the degenerate legacy `_person_df` fixture with `realistic_person_df` for bench
harnesses. The legacy fixture (30-surname pool + `i`-suffixed ...
- ExamHeatmap: month and day-of-week labels 8px → 10px
- SessionHeatmap: month, day-of-week, and legend labels 9px → 11px
- ReadinessCard: Study Guide mastery level legend 10px → 12px
https://claude.ai/code/session_01MZ2W2GrPDi6XCJfETDE68e ...
Fixes private repo cloning in Railway container.
Previous approach embedded token as token @github.com but Railway s git credential helper was intercepting and
stripping embedded credentials.
Changes: ...
Standup
- Date: 2026-05-31
- Branch: cursor/workday-cycle-initiation-38d4
- Content commit: fe8982d
See docs/company/standups/2026-05-31.md on this branch.
Closes #2160
Summary
Updates the sniff_delimiter API documentation to include the missing sample_size parameter and documents its behavior.
Changes
- Updated the signature to:
sniff_delimiter(path, ...
概要
ベンチマークデータが未取得・空・取得失敗のとき、エラーで停止せず空データ/デフォルト値([] / {} /
avg_views=0)のまま処理が完走し、下流(サムネ比較・分析)が無効データに基づいて成功扱いされる問題を是正する。「実データが無いなら止まる/明示的に知らせる」を原則とし、ダミーで動く経路を塞ぐ。
変更内容
src/youtube_automation/scripts/benchmark_collector.py: ...
Updates dependencies as requested by Dependabot and switches to using uv for python dependency management in
Dockerfiles.
PR created automatically by Jules for task 17098874500453516199 started by @adcondev ...