issues Search Results · language:Dune language:Python language:Java language:TypeScript language:JavaScript language:CSS
Filter by
72.4M results
Button, Input, CardFigurita, CardMatch, StatusScreen según diseño.
Goal
Flag oversized route.ts / page.tsx handlers in Next apps.
Difficulty
Medium
Area
Detector (next pack)
Suggested approach
- Detect route modules under app/ and pages/.
- Thresholds for lines, ...
area: detector
difficulty: medium
enhancement
good-first-rule
help wanted
Goal
Surface server components with many sequential data fetches that may need colocation.
Difficulty
Large
Area
Detector (next pack)
Suggested approach
- Count fetch/await patterns in async server ...
area: detector
difficulty: large
enhancement
good-first-rule
help wanted
Add GROQ_API_KEY secret for faster inference.
Goal
Catch likely Next.js App Router server/client boundary mistakes.
Difficulty
Medium
Area
Detector (next pack)
Suggested approach
- Flag client files importing server-only modules.
- Flag ...
area: detector
difficulty: medium
enhancement
good-first-rule
help wanted
Context
Following the edit-profile rework (#341), the Account section should let users change their email and password through
email-verified flows, and /login should offer password recovery (the app ...
area:auth
area:profile
priority:p2
type:feature
Description
XREVRANGE stream + - COUNT N returns the N oldest entries instead of the N newest.
Root Cause
In src/commands/streams.ts, rangeReply collects all matching entries in forward (ascending) ...
Description
String increment/decrement commands (INCR, INCRBY, DECR, DECRBY) overflow at JavaScript s Number.MAX_SAFE_INTEGER
(2^53-1) instead of Redis s 64-bit signed integer limit (2^63-1 = 9223372036854775807). ...
Description
HDEL on a non-existent (or already-empty) key silently creates and persists an empty hash entry in the keyspace.
Root Cause
In src/commands/hashes.ts, HDEL calls keyspace.update() which ...

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.