Skip to content

pullrequests Search Results · language:Dune language:Python language:Python language:Java language:PHP language:JavaScript

Filter by

195M results  (2 s)

195M results

关联 - Issue: #215 - Change: source-binding-effective-config-contract-v1 - 类型:OpenSpec-only PR 为什么这样改 - docs/design/06-source-plugin-design.md、07-industry-package-design.md 和 11-crawler-source-plugin-boundary.md ...

Fixes linter issues (ruff). Merges and sorts imports.
maintenance
refactor

Change-Id: I80d7675f3c8a60a152a333f662bd684261154ac3

Bumps the uv-dependencies group with 4 updates: docutils, click, pytest-asyncio and ruff. Updates docutils from 0.22.4 to 0.23 details summary Commits /summary ul li See full diff in a href= https://github.com/rtfd/recommonmark/commits ...
dependencies
python:uv

Tous les tests passent.

Summary Fix operator-precedence bug in bbox_iou xyxy branch where eps was silently applied only to h, not w, due to tuple-unpacking precedence: w, h = a - b, c - d + eps parses as (a - b, c - d + eps). ...

Motivation - Eliminate CI reliance on the public https://httpbin.org service by providing a deterministic local fixture for tests that assert headers/cookies/query/form behavior. - Centralize ...
codex