Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:HTML language:CSS

Filter by

184M results  (2 s)

184M results

問題 extractDiffs が /(\s+)/ で単語分割していたが、日本語はスペース区切りがないため文章全体が1トークンとなり、主用途である日本語の差分学習で無意味な結果しか得られない。 修正 文字単位の LCS で edit script を生成し、連続する削除+挿入ランを差分ペアにまとめる方式に変更。Array.from でサロゲートペアも安全に扱う。 根拠 「御社→貴社」「下さい→ください」のような文字レベル置換が正しく抽出される(手元検証済み)。空白分割は日本語で機能しない。 ...

This PR contains the following updates: | Package | Type | Update | Change | | --- | --- | --- | --- | | DetachHead/basedpyright-prek-mirror | repository | patch | 1.39.6 → 1.39.8 | | astral-sh/ruff-pre-commit ...
dependencies

問題 斎(書斎・斎藤)は斉/齊とは別の文字。同一グループに入れると 斎→斉 の正規化で人名等を破壊する。 修正 斎を 斉/齊 グループから外し、{variants:[ 斉 , 齊 ],...} とした。 根拠 斉と齊は新旧字体の関係だが、斎は字義の異なる別字。統一対象に含めると誤変換になる。 🤖 Generated with Claude Code

Records owner closeout finalization for the followup-29 BFF/frontend handoff sidecar. Updates packet status to review_approved and adds review record reference (commit b216e80c, reviewer Claude). Review ...
auto-merge

Why PRs #91–#96 were a stacked chain whose bases were never re-pointed to main after each merge, so each merged into the previous PR s branch instead of main. Result: none of PR-E/G/D/B/F/A reached main ...

What this adds generate_arduino_config.py renders an Arduino C++ header (ESP32_OTA_Servo/config.h) from the Python-side config, so the ESP32 sketch compiles against the same WiFi credentials and servo ...
auto-tests

Matches the What We Take section to the exact hero green gradient and grid treatment, restores dark text inside the white service cards, and changes the section label from WHAT WE HAUL to WHAT WE TAKE. ...

Updates selector tests to account for Bankr LLM Gateway Readiness being queued as the next product-loop candidate.

Summary - Replaces all --from-schema references in docs/guides/ingesting-data.md and docs/guides/tables-and-views.md with the correct --from-json flag introduced in #630. - Updates the Empty DDL ...
documentation