pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:Ruby language:HTML
Filter by
225M results
What
Align the gemspec metadata with the current project — both fields had drifted from the live protocol vocabulary.
- summary: textus/1 → textus/3, matching Textus::PROTOCOL.
- description: replaced ...
What
Surfaced while bulk-loading the full starrydata dataset into the default graph (Q3 follow-up to the #26 deploy).
safe_url() only percent-encoded illegal characters; it passed scheme-less values ...
CORS preflight(OPTIONS)に対応し、PUT レスポンスに Access-Control-Allow-* ヘッダーを追加。 Windows のセキュリティソフト・プロキシ経由でも保存できるようになる。
log_message を try-except で保護し、stderr エンコーディング起因のクラッシュも防ぐ。
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
This pull request was created by @kiro-agent on behalf of @founder24 :ghost:
Comment with /kiro fix to address specific feedback or /kiro all to address everything. sub Learn about Kiro autonomous
agent ...
ci
docs
Summary
This PR expands the Yahtzee game with two new scoring categories (One Pair and Two Pairs) and refactors straight
detection to use exact sequence matching instead of flexible run detection. It ...
The typo of reciever caused a https call to warframe market to retrieve the price to fail
This fix minimally changes the URL name to the correct version without disturbing the dependencies upstream
Proof ...
Please provide me the recommendations
Problem
The cleanup job was failing on every asset deletion with:
asset RA_kwDORBFwG84ZY167 not found in release v0.1.4.5
Error: Process completed with exit code 1.
Two bugs combined to cause this: ...
Problem
The Docker MCP ASGI entrypoint healthcraft.mcp.app builds its server at module import via _server = _create_app(). That
path logged len(world_state._stores) — but WorldState has no _stores attribute ...