pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:C# language:Java language:PHP
Filter by
158M results
Why needed
Minsky s CTO-audit daemon proposes new TASKS.md blocks via LLM but writes them without validating rule-9 fields first.
Estimated ~30% of proposals are missing Hypothesis/Success/Pivot/Measurement/Anchor ...
Summary
Adds two regression tests covering the custom shader + framebuffer depth texture pattern used by the Framebuffer Blur
example (see #8940). No library code changes are needed — the library already ...
Sync core submodule and update package.json dependencies. This PR was automatically created by the Sync Core workflow.
Auto-merge is enabled: this PR will merge automatically once required status checks ...
automated pr
core sync
Summary
- render AI Tutor attachments above the user message instead of inside the text bubble
- make composer image previews smaller and remove image filename captions
- show sent image/file attachment ...
Vervolg op #318. dienst-detail.js toonde in de AI-suggesties + Toewijzen/Uitnodigen-picker nog de oude waarschuwing (
niet toegewezen aan deze locatie ) en vuurde niet bij medewerkers zónder enige koppeling. ...
Related Issue
Closes #132
Description
This PR implements a global Light/Dark theme system across the entire Parampara website.
It introduces a centralized theme toggle in the navbar and ensures consistent ...
問題
setPageBackground で opacity が 0-100 の検証なく生のまま補間され、blendingSettings への代入に try/catch もなく、不正値で失敗し得ました。
修正
Node 側で opacity を数値化し 0-100 にクランプ (非数値は 100)、不透明度の代入を try/catch で包みました。
根拠
範囲外・非数値の入力でも安全に動作させ、補間コードの構文を保証します。 ...