pullrequests Search Results · language:Dune language:Python language:JavaScript language:PHP language:HTML language:Go
Filter by
45M results
💡 What: Added an aria-label to the Remove icon-only button in TeamMemberRow.jsx that dynamically includes the member s
name. Added aria-hidden= true to the inner SVG icon to prevent redundant announcements. ...
Motivation
- Improve accuracy when OCR-reading table rows by handling a specified crop range and providing specialized
recognition for unit (台番) cells.
- Fix systematic misreads of 3-digit unit ...
codex
Merges the changes from the 1.0.x branch into the main branch.
merge-up
patch
Standup
- Date: 2026-05-31
- Branch: cursor/workday-cycle-initiation-de5d
- Content commit: bc36a8e
See docs/company/standups/2026-05-31.md on this branch.
Standup
- Date: 2026-05-31
- Branch: cursor/workday-cycle-initiation-fec1
- Content commit: 9b6c8b9
See docs/company/standups/2026-05-31.md on this branch.
What
Dividends now only pay out when the stock price is at or above par ($100), matching the classic Stock Ticker rule.
Change
Single guard added to the div case in applyRoll:
if (currentPrice = PAR_PRICE) ...
Summary
Sync CM-1185 tracked status surfaces after the hardening branch validation review.
Scope
- Updates STATUS.md and .agent_board/* with current branch, Node, and validation evidence.
- Records ...
Granite is a Llama-style dense decoder (GQA, RoPE, SwiGLU, RMSNorm, tied embeddings) plus four muP scalar multipliers:
- embedding_multiplier - Embedding(multiplier=...)
- attention_multiplier - Attention(sm_scale=...) ...