Skip to content

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

Filter by

263M results  (2 s)

263M results

…iew page Library rename not working root cause: titles containing | or = (and \ ) silently broke the Cloudinary context string, so add_context failed — but the UI optimistically showed the new name, ...

What why Expands the Algebra question bank from 34 to 51 questions. Algebra was tied for the lowest count among tested Quant topics; the other low-count topic, Geometry (also 34), is excluded from the ...

Closes #77 Summary Adds multilingual transcription support so a mixed English/Thai (or any 2+ language) meeting is transcribed passage by passage in the correct language, instead of being forced into ...
feature

What Gives the shared design system its own CI (type-check + lint + test) and the self-contained toolchain needed to run it standalone, plus an ESLint config. Closes the two ui gaps from the cross-repo ...

Summary Completes the remaining UI scope of AZ-20: the VOD chat-replay panel can now be collapsed and re-expanded instead of only permanently dismissed. - ChatReplay takes collapsed + onToggleCollapsed: ...

Harness Pipeline 1. Avoid using user input directly as keys in bracket notation for object property access. 2. Validate and sanitize any user input used as object keys against a strict whitelist of ...

Harness Pipeline 1. Identify all external resource tags (script, link, img, etc.) that load files from third-party URLs. 2. Calculate the base64-encoded cryptographic hash (SHA256, SHA384, or SHA512) ...

Harness Pipeline 1. Replace all dynamic SQL query construction with parameterized queries (PreparedStatement). 2. Use PreparedStatement to bind user inputs as parameters, preventing them from being ...