pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:PHP language:HTML language:Python
Filter by
43.7M results
Adds #![warn(missing_docs)] to lib.rs of two embedded crates in the meta-repo as part of the v14 L68 (rustdoc
completeness) P0 remediation wave.
Crates edited (this PR):
- pheno-errors/src/lib.rs — ...
Second of 3 hardening PRs. De-implementation-locks the data modifiers.
persistent-data: RGT→RTO typo; pre-migration snapshot → verified recovery point appropriate to the risk model (snapshot
/ PITR / ...
Adds hyperlinks on the three friends names in both origin posts (為什麼建立這個網站 / Why I Built This Site):
- 張庭維 Peter Chang → https://www.peteraim.com/
- 李維 Levi Lee → https://tensorowl.dev/
- 黃聖瀚 Andrew ...
Faz 2 — Production Güvenliği
Production davranışını güvenli kılar; dev akışını birebir korur. Tüm sıkılaştırmalar yalnız ENVIRONMENT=production da
devreye girer. Baseline Python 3.14.
Subagent-driven ...
Summary
- Fix video delete/select event handling so delete actions do not also select/open the video card.
- Correct Twitch token status handling to fall back to environment credentials and improve ...
- update AGENTS.md to update src\README.md
- Replace casefold() with lower() in en.py for case normalization
- Add type hints for English word collections
- 重构英文候选排列
closes #20
問題
setBookProperties は各プロパティ設定を try/catch で包み、何も適用できなくても常に成功として報告していました。
修正
適用に成功・失敗したプロパティ名を集計し、件数と一覧 (appliedCount/applied/failedCount/failed) を結果に含めるよう変更しました。
根拠
どのプロパティが実際に反映されたかを呼び出し側へ可視化し、無言の失敗を防ぎます。 ...
Thanks for asking me to work on this. I will get started on it and keep this PR s description up to date as I form a
plan and make progress.
Fix the failing GitHub Actions job Compile (Python 3.12) Analyze ...
- list_conversation_messages가 최신 메시지가 아닌 가장 오래된 메시지를 가져오던 정렬 버그를 수정해 멀티턴 대화에서 최근 맥락을 유지하도록 함
- decision_node가 intent 분류와 함께 knowledge_queries까지 한 번에 판단하도록 통합해 knowledge_node의 중복 LLM 호출 제거
- 대화 히스토리 ...