issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:C# language:Java language:HTML
Filter by
7M results
The GET /api/github/history endpoint accepts any integer for limit, including 0 and negative values, which are passed
directly to the database. Return 400 when limit = 0.
enhancement
📝 간단한 설명
표준 자산(유형/무형 자산) 요청을 처리하고 승인 티켓을 생성하는 비즈니스 로직을 구현합니다.
/br
✅ 체크리스트 (선택 사항)
- [ ] POST /api/v1/tickets/asset-request/standard 엔드포인트 구현
- [ ] 유형/무형 표준 자산 품목의 회사 일치 여부 및 유효성 검증 예외 처리 완료
...
✨ feature
Template-sync drift audit for this repo against open-source-polarion-java-repo-template.
Sync baseline: template@3dc98c4 (2026-06-08). This issue records what drifted and why; the sync PR will Closes ...
问题
app.js:1338 搜索框绑定的是 input 事件,每次按键都立即触发 applySearch,对 742 张色卡做全文匹配 + DOM 重绘。快速键入 黛绿 会触发 2 次完整过滤渲染。
方案
添加 200ms 防抖:用户停止输入 200ms 后才执行搜索过滤。
-searchInput?.addEventListener( input , applySearch);
+searchInput?.addEventListener( ...
Root-caused; fix proposed in #5037.
Environment
!-- Replace [] with [x] to check off the list --
- [x] The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/
- [x] The stream ...
Bug
Problem
The Free Rooms tab (PR #171) works in the Vite/dev ES-module path but is broken in the deployed shohoj.html bundle.
build3.py s MAIN_JS_FILES never lists js/core/freeRooms.js or js/ui/freeRoomsTab.js, ...
bug
Context
- #718 changed-ratio repair probe 완료
- repaired / passed candidates: 3 / 3
- max pitch changed ratio: 0.7174 - 0.4348
- repaired max interval / target: 12 / 12
- repaired dead-air max: ...
In the Geospatial namespace, lets introduce 2 more types:
- LineString
- Polygon
Rename Coordinate to Point - for consistency. We should then end up with the following types:
public record Point(double ...
Add the specific libraries / models named in the original brief at session start. Currently PLAN.md describes the shape
of sub-3/4/5 (audio pipeline, LLM coach) but not the candidate technologies. Pin ...
📝 기능 개요
- 작업 생성 페이지의 경고 문구에서 잘못된 용어 수정
🎯 목표 및 기대 효과
- 보다 직관적인 UI
✅ 해야 할 작업
- [ ] 기능 기획 및 설계
- [ ] 데이터 모델 수정 (필요 시)
- [ ] API 설계 및 구현
- [ ] UI/UX 디자인 (필요 시)
- [x] 프론트엔드/백엔드 개발
- [ ] ...
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.