issues Search Results · language:Dune language:JavaScript language:Java language:Python language:JavaScript linked:pr
Filter by
5.9M results
The current CLI Vitest e2e test has most of its setup, CLI execution, assertions, and cleanup logic embedded directly in
the scenario file. Before adding broader e2e coverage, we should extract reusable ...
enhancement
github_actions
Expected Behavior
File and SystemFile responses should handle single-byte and suffix ranges.
- Range: bytes=0-0 should return 206 Partial Content with the first byte.
- Range: bytes=-10 should return ...
Since skills are loaded from extern we don t want to lint it
bug
Parent bounty: #743
Bug
apps/api/package.json currently allows multer 2.1.1 and the lockfile resolves that vulnerable version. A fresh npm audit
--omit=dev reports two Multer upload DoS advisories:
...
Description
Initialize the project with Express and install required middleware such as body-parser and cors. This will provide the
base upon which other features can be built and ensure proper handling ...
ai-agent
api
setup
small
Problem
The Pages workflow failed after a re-run because more than one artifact named github-pages existed for the same workflow
run.
Fix
Use a unique Pages artifact name per workflow run attempt and ...
automation
bug
pages
목표
쉬운 내부 구조도에 등록된 노드와 간선을 사용해 같은 역 안의 출발 노드에서 도착 노드까지 이동 경로를 계산한다.
대상 영역
- 백엔드 경로 검색 도메인
- 역 내부 구조도 노드/간선 데이터
- 공개 경로 검색 API
배경
역 간 경로 검색은 출발역, 도착역, 환승 정보를 반환하지만, 역 내부에서 엘리베이터, 개찰구, 승강장 사이를 ...
`models/session.py:9-22` declares two str-Enums that drive the wire format for sessions:
```python class SessionStatus(str, Enum): PENDING = \ pending\ IN_PROGRESS = \ in_progress\ COMPLETED = \ completed\ ...
✏️ Summary
api와 controller 사이 @Validated + @NotBlank/@Size로 검증되는 헤더가 위반될 때 ConstraintViolationException이 GlobalExceptionHandler에
없어서 500 에러 발생
📝 ToDo
- api와 controller 사이 검증 어노테이션 동일화
- ConstraintViolationException ...

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.