issues Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:JavaScript
Filter by
34.7M results
Description: The signup form exceeds the visible viewport, making the Create Account button inaccessible. Additionally,
the scrollbar is not visible, preventing users from realizing there is more content ...
In src/app/api/export-site/route.ts, base64 headers are stripped from images using:
const base64 = frames[i].replace(/^data:image\/jpeg;base64,/, );
If the frame images have a different format (like ...
bug
The action/order buttons on the Home page are not properly aligned. Some buttons appear unevenly spaced and do not
follow a consistent layout, which affects the visual appearance and user experience.
...
Background
Toolbar tooltips are now Korean (#111), but they don t show keyboard shortcuts (only undo/redo do, via MDXEditor s
{{shortcut}} interpolation). Verified against the installed lexical/MDXEditor ...
enhancement
In src/app/api/export-site/route.ts, section fields like heading, eyebrow, and body are interpolated directly into the
HTML string without escaping:
${s.heading ? ` h2 style= ... ${s.heading} /h2 ` : ...
bug
File:
route.ts , lines 260–268
The bug:
export async function GET(req: Request) { const ip = getClientIp(req);
if (ip !== unknown ) { // ← entire block skipped for unknown IPs const rateLimitResult ...
bug
Problem
During error logging, mcp_logger.gd (line ~36) calls ScriptBacktrace.get_frame_source(), which does not exist in
Godot 4.6.3:
While attempting to print an error, another error was printed:
SCRIPT ...
bug
Problem
Agents naturally edit project.godot as a file — batch-writing autoloads, input maps, and settings is how file-first
agents work (and it s faster than tool round trips). But the running editor ...
enhancement
Problem
Testing anything beyond start a fresh run requires game state the toolset cannot create: invulnerability (so the world
is survivable at agent latency), skipping to a specific wave or boss, granting ...
enhancement
Problem
get_log_messages returns an undifferentiated mixed stream — editor-side and game-side, all severities, interleaved.
Answering the question an agent actually has ( did anything go wrong just now? ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.