Skip to content

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

Filter by

176M results  (3 s)

176M results

Closes #73 What Enables the core array-callback-return rule in the shared rule set (both JS and TS files): array-callback-return : [ error , { allowImplicit: false, checkForEach: true }] Why A callback ...

「画像が崩れている」指摘の解消。色合わせ困難なため、画像のみのクリーンヘッダーに。

Summary The confusable-semantic strategy s curated/near-synonym path applied a flat logit-diff threshold and did not account for word frequency (unlike the default path, which raises the bar for common ...

Motivation - Prevent invalid runtime configuration values (zero/negative sizes, invalid overlap) that can cause incorrect behaviour or an infinite loop in the chunking logic. - Make settings fail-fast ...
codex

shutil.which( bash ) on Windows returns the System32 WSL launcher stub, which fails every exec_command call when no WSL distro is installed. _bash_exe() now prefers known Git-Bash paths and rejects System32/WindowsApps ...

Summary - Adds cancel_timeout_s parameter to Engine.__init__ (default 30s — sensible for LLM agent cleanup, configurable down to sub-second for tests). - Rewrites cancel_active() to use asyncio.wait(tasks, ...

predict.js prints pretty (multi-line) JSON; the bot parsed only the last line (}), so JSON.parse( } ) threw **Unexpected token } ** and the bot replied with a ⚠️ even though the call was recorded. Parse ...