Skip to content

pullrequests Search Results · language:Edge language:Python language:PHP language:HTML language:Java language:Python language:PHP

Filter by

127M results  (2 s)

127M results

Related Issue Closes #3764 Summary Briefly explain what this pull request changes and the core m37otivation behind it. Changes Made - [ ] Added/modified the component file(s) - [ ] Updated companion ...

Fixes Railway Docker build failure caused by server/requirements.txt being committed as a Git LFS pointer while Git LFS budget is exhausted. - Replaces LFS pointer with normal Python requirements text ...

Summary Expands the minimal CLAUDE.md (previously just a two-line pointer to the docs-author skill) into a comprehensive guide for AI assistants working in this repo. The existing skill pointer is preserved. ...

Bumps pytest from 8.3.5 to 9.0.3. details summary Release notes /summary p em Sourced from a href= https://github.com/pytest-dev/pytest/releases pytest s releases /a . /em /p blockquote h2 9.0.3 /h2 h1 ...
dependencies
python

Closes #929 Issue Metadata | Field | Value | | --- | --- | | Issue | #929 | | Type | tracking | | Slug | migrate-e023-lifecycle-test-to-read-phases-from-convention | | Labels | atdd-issue, atdd:INIT, ...

Summary Makes tmdb_id a first-class identity that flows through subtitle download → matcher reference selection → corpus lookup, so two same-named TMDB shows (e.g. Frasier 1993 #3452 vs the 2023 revival ...

Summary Manual, synchronous reload for config-backed messages (messages.yml), built on ConfigHandle.reload(). No file watching, no reload loop, no reload command, no command framework. Builds on the ...

Purpose This is a harmless draft PR for testing whether @codex can be invoked from a PR Conversation. Scope - Adds docs/smoke-test.md - Does not modify lessons, index.html, README.md, source-log, ...

💡 What: Replaced the polling loop using await asyncio.sleep(0.1) in AsyncWorkerPool.wait_for_tasks with an asyncio.Event to wait for task completion. 🎯 Why: The previous implementation used a while loop ...