issues Search Results · language:Dune language:JavaScript language:Java language:HTML language:Java language:JavaScript
Filter by
39.8M results
Summary of What Needs to be Done
The getDB() function in src/utils/p2pFileTransfer.js checks typeof indexedDB === undefined but indexedDB is a property
of the window object in browser environments. In ...
bug
Mô tả
POST /api/customers trả về raw entity với field order sai, thừa email/active/deleted_at, và date format khác production.
Expected response (production)
{
success : true,
data : {
...
Getting Started with GitHub Copilot
img alt= original github octocat src= https://octodex.github.com/images/original.png align= left height= 80px /
👋 Hey there @briancho-public! Welcome to your Skills ...
Summary of What Needs to be Done
src/utils/sessionSnapshot.js uses loose equality (== null) instead of strict equality (===) on lines 27 and 43. While ==
null is intentionally falsy-safe here (it catches ...
설명
- 로그인 사용자가 콘텐츠에 평점·리뷰를 작성한다.
작업 내용
- [ ] ReviewApi + ReviewController
- [ ] 평점 0.0~5.0 + 내용, 작성자=요청자(UUID) 자동 지정
- [ ] 중복 작성 시 BusinessException(REVIEW_ALREADY_EXISTS) → 409
- [ ] Request ...
enhancement
Summary of What Needs to be Done
The openDB() function in src/utils/offlineQueue.js checks !window.indexedDB but does not first guard against window
itself being undefined. In SSR environments, window ...
bug
✨ 기능 요약
drop-service의 E2E 테스트(Karate)를 추가. Admin CRUD, 조회, 구매 선점 시나리오를 실제 서비스 전체 흐름으로 검증. 통합 테스트는 Kafka Consumer와
HoldExpireScheduler까지 범위를 확장.
📌 작업 내용
Karate E2E
- [ ] drop_admin_crud.feature — ...
drop
enhancement
Problem or limitation
PROBLEM OR LIMITATION
Users can view algorithms individually but cannot visually compare two algorithms simultaneously.
Proposed solution
PROPOSED SOLUTION
Introduce a comparison ...
GSSoC
Summary of What Needs to be Done
src/utils/registerUtils.js directly calls localStorage.getItem() and localStorage.setItem() without checking whether the
code is running in a browser environment. During ...
bug
Summary of What Needs to be Done
The setupLocalStorageElection() method in src/utils/sseMultiplexer.js sets this.localStorageInterval to a new
setInterval without clearing any pre-existing interval. If ...

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.