issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Java language:C#
Filter by
61.2M results
Problem
The HttpClient Protocol states an explicit concurrency contract: Implementations are expected to be safe for concurrent
calls from multiple threads. The requests transport implements that Protocol ...
documentation
Problem
docs/bodies.md describes when the retry policy buffers a single-use body purely in terms of the constructor argument
total_retries: it says buffering happens whenever total_retries 0 and is skipped ...
documentation
good first issue
Summary
Score mutation logic is spread across two classes, making it harder to reason about and maintain.
Details
- Board._clear_lines() (board.py:85) directly mutates self.score when clearing lines. ...
Problem
The CI type-check gate runs uv run mypy --strict, which resolves to the [tool.mypy] files = [...] list in
pyproject.toml. That list enumerates only packages/*/src and packages/*/tests; it omits ...
enhancement
good first issue
Problem
The asyncio reference transport reports a present-but-empty HTTP reason phrase as the empty string rather than None. A
status line like HTTP/1.1 200 \r\n (a space after the code, then an empty ...
enhancement
good first issue
Classification
samples
Summary
Track additional landmark text adventures not covered by the Usborne (#53), Infocom (#54), Scott Adams (#55), or
Colossal Cave issues. Each demonstrates a different design ...
content
enhancement
Summary
When the player presses R to restart during gameplay, Game.start() is called but never cancels the pending lock-delay
timer (self._lock_id). If that old timer fires after the game has restarted, ...
Problem
The requests transport frames a known-length body with Content-Length by wrapping it in _SizedBody (which exposes
__len__). For a body whose length is zero — RequestBody.from_bytes(b ), an empty ...
bug
Problem
Streaming charts share ONE websocket per connection, but each panel ran its OWN backfill REST query (newest buffer , up
to 1000 rows). N identical panels on the same connection → N redundant identical ...
area:frontend
area:streaming
P2
status:in-progress

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.