Skip to content

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

Filter by

101M results  (2 s)

101M results

Problem The triage system currently defines six action labels in VALID_TRIAGE_ACTIONS (triage.py L43–46): VALID_TRIAGE_ACTIONS = frozenset( { answer , archive , delete , ignore , user_triage ...

💡 What: Replaced the standard Python list with a collections.deque and an auxiliary queued_urls set in the recursive_crawl function queue. Also restructured the loop s if condition to perform O(1) containment ...

What Test-only hardening (no production code change). Surfaced by /full-repo-scan (CI/test-coverage + security findings). 1. Killswitch action-count assertions (test_killswitch_bicep.py) The existing ...

Motivation - Introduce an opt-in motion-token conditioning path (P9.1/P9.2) so FastAvatar can accept a compact motion latent and inject it into query tokens without changing default behavior. This ...
codex

概要 Gist sqlite-wal-unable-to-open.md をブログ記事として取り込みました。 SQLite が高負荷時刻に散発する OperationalError: unable to open database file を、journal_mode=delete のジャーナル作成レースと特定し、WAL 化(根治)+ INSERT 限定のコミットリトライ(緩和)の二段構えで解決した記録です。 ...

这是什么 把 Claude Code 子代理接成知识抽取管线的 模型 (provider=agent / model=claude-agent): 管线里的 chat_complete 不调外部 LLM API,而是经 agent_bridge_calls 桥接表把请求交给 上层 orchestrator,由子代理用同一套 prompt 兑现;响应原样回流管线,照常经过 validate_fragment/anchor_source_text ...

Grows the single-pair EURUSD model into a complete, validated, risk-managed multi-edge portfolio (forex + indices + metals + energy). Adds the research harnesses, the index mean-reversion sleeve (lifts ...

Summary - Added search_by_json_fields, update_by_json_fields, remove_by_json_fields, and upsert_by_json_fields methods to DatabaseTable that use SQLite s json_extract() with parameterized queries, ...