issues Search Results · language:Dune language:TypeScript language:TypeScript language:JavaScript language:Java
Filter by
48.9M results
문제
현재 용도 입력이 근린생활시설 단일값이면 1종/2종을 구분하지 않아 주차·소방 기준 오류 발생.
| 구분 | 주차 기준 | 소방(스프링클러) |
| --- | --- | --- |
| 제1종 근린생활시설 | 134㎡/대 | 해당 없음(소규모) |
| 제2종 근린생활시설 | 150㎡/대 | 해당 경우 있음 |
현재: 항상 134㎡/대 (1종 기준) ...
accuracy
enhancement
so far this case is not solved. It appears that solving it would imply to find a way in the XML file to signal that
specific case. For instance if 👍: no mention of rectangle the use datamatric and circle ...
문제
lib/api.ts의 fetchLandUseInfo에서 지목(전/답/임야 등)을 이미 수집하지만, 인허가 판단(judgePermitItems)에서 이 값을 활용하지 않음.
현재 농지전용·산지전용 항목은 모두 ⚠️ 확인 필요로 고정 표시됨.
수정 방향
// analyze/route.ts — land.지목을 permitItems에 전달
judgePermitItems({ ...
accuracy
enhancement
Follow cdk-local: studio surfaces a pin unresolved browser hint
cdk-local s cdkl studio gained an additive behavior change a host embedding it inherits automatically — no migration
required, surfaced ...
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

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.