Skip to content

pullrequests Search Results · language:Dune language:Python

Filter by

52.9M results  (2 s)

52.9M results

Motivation - Reduce fragility from hard-coded document-root paths and loose runtime assumptions to make local deployments more configurable and maintainable. - Make runtime operations (process ...
codex

Summary Implements the DownUnder pipeline for spotting value in PrizePicks player-prop lines across the AFL and major Esports titles. - src/ingest/fetch_prizepicks.py — triggers the zen-studio/prizepicks-player-props ...

Summary 写真そのまま+テキストの方式から、丸切り抜き+装飾テンプレートによるスタンプ生成に全面刷新。OpenCV・MediaPipe なし、純 Pillow + NumPy のみで実装。 主な変更 新規: circle_crop.py - 上部中心バイアスによる丸切り抜き(顔写真向け、OpenCV 不要) - 白フチ・黒フチ・ドロップシャドウ付きサークルボーダー生成 新規: ...

Summary Add handling for oauth_consent_request content type in the hosting layer s _to_outputs() function so that OAuth consent links from toolbox MCP connectors are properly emitted as SSE events instead ...

Bug _aggregate_strategy (the end-of-strategy result aggregation in the live run) guards its recovery line on meanRecoveryTime_ms is not None but then formats maxRecoveryTime_ms with :.0f: if agg.get( ...

Addresses two symptoms with one root cause: the tail of the print is lost (no feed) and rows drop during the dense gradient (clipped text tops — drops are only visible in thin features, not the solid bar). ...

To fix this without changing functionality, remove the unused module-level logger declaration and the logging import that only existed for that declaration. Best single fix in this file: - In src/bnnr/albumentations_aug.py, ...

Bumps ruff from 0.15.14 to 0.15.15. details summary Release notes /summary p em Sourced from a href= https://github.com/astral-sh/ruff/releases ruff s releases /a . /em /p blockquote h2 0.15.15 /h2 h2 ...

Apply critical fixes from code audit on Task 36 implementation: Infrastructure: - Add httpx to production dependencies (was blocking deployment) - Wire LLM_TIMEOUT_SECONDS config to provider (was ...