issues Search Results · language:Dune language:TypeScript language:JavaScript language:TypeScript language:Java
Filter by
48.9M results
Description
The pagination component uses ellipsis-${i} as the React key for ellipsis entries. When getPageNumbers returns multiple
... entries (one before and one after the current page), they receive ...
bug
Description
The useDataTable hook uses a double as unknown as cast to bypass generics, losing type safety for consumers.
table.getRowModel().rows wont be typed as TData[] — it becomes unknown.
File
...
technical-debt
Description
DefenseDesigner.tsx uses a non-null assertion (!) when finding the active jury for the drag overlay. If activeJuryId
refers to a jury that no longer exists in the juries array (e.g., after ...
bug
Description
When a user selects an Excel file that parses to empty data, setFile(null) is called (via the toast error path) but
setData([]) is not called. If data was previously loaded from a different ...
bug
Description
The stat card skeleton fallbacks inside the CoordinatorDashboard component (lines 147-151, 161-165) are dead code. The
component has an early return on isLoading (line 70) that renders a full ...
technical-debt
Context
Epic #3686 shipped /qa-explore as a human-driven exploratory-QA workflow (Plan → Capture → Triage; the human drives a
running app, the agent scribes / diagnoses / triages). A real session on the ...
acceptance::n-a
type::epic
Description
validateForm in useEntityForm depends on formData which changes on every keystroke. This means validateForm is a new
function reference on every keystroke, causing any useEffect or memoized ...
performance
Description
defenseSettingsSchema validates that startDate = endDate but does not validate that startTime endTime. This means a
session can be created with startTime: 18:00 and endTime: 08:00 , which ...
bug
Description
The projectSchema in validations.ts defines studentIds as z.array(z.string()) without a .min(1) constraint. This allows
creating a project with zero students assigned, which is logically invalid ...
bug
Technical Overview
This Epic refactors the single /qa-explore workflow into a shared QA findings core plus two thin prose front-ends
(/qa-assist human-led, /qa-explore agent-led). The existing surface ...
context::tech-spec

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.