issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript language:Java
Filter by
3.2M results
From: :robot: HS Implement AI Agent
Summary
Add session count badges to the session-list bottom sheet so the user can see how many sessions exist in total and per
project at a glance.
Requested behavior ...
📌 기능 설명 (Description)
로그인한 트레이너가 자신의 프로필 정보를 조회할 수 있는 기능을 추가합니다.
트레이너가 현재 등록된 프로필 기본 정보와 함께 자격증, 수상 이력까지 한 번에 확인할 수 있도록 하여, 마이페이지성 조회 기능을 제공하는 것이 목적입니다.
또한 파일 식별자만 반환하는 방식이 아니라 실제 사용 가능한 파일 URL을 함께 내려주어, ...
[기능] 기능 추가 이슈
What problem does this solve?
Right now, once a user clicks Run on an agent, a fetch request is triggered via llmAdapter.js to send the payload to the
AI provider. If the model takes a long time to respond, ...
GSSoC'26
type:bug
type:design
type:feature
📝 작업 내용
결제·대기열 도메인의 주요 기술 선택 근거를 ADR로 문서화합니다. 기술 면접 대비 및 팀 내 의사결정 맥락 보존 목적입니다.
- ADR-010: 대기열 실시간 알림 전략 — SSE 채택 (Short Polling / Long Polling / WebSocket 비교)
- ADR-011: 결제 후 주문·재고 처리 전략 — Choreography ...
documentation
Summary of What Needs to be Done
Add SSR guards to src/hooks/useNotifications.js. The useState initializer directly accesses
window.localStorage.getItem(STORAGE_KEY) without checking if window is defined. ...
bug
Summary of What Needs to be Done
Add SSR guards to src/utils/csrfToken.js. The getCSRFTokenFromMeta function uses document.querySelector(...) and
getCSRFTokenFromCookie uses document.cookie directly without ...
bug
Summary of What Needs to be Done
Fix incorrect property names in src/utils/calendarLinks.js. The getGoogleCalendarUrl function reads event.startDateTime
and event.endDateTime, but the event object uses ...
📄 이슈 내용
CMA 통화풀에 모인 자금을 위탁 예수금으로 옮기는 BUY_TRANSFER 실행 경로를 구현합니다.
현재 BUY_TRANSFER는 거래 어휘와 조회 쿼리에만 존재하고, 실제 자금을 이동시키는 서비스 로직은 없습니다. 이로 인해 잔돈 수집·환전으로 CMA에 자금을 모아도, 매수 체결 단계에서 사용하는 예수금으로
이어지지 못하고 있습니다.
현재 ...
feat
Summary of What Needs to be Done
Add SSR guards to src/utils/calendarExporter.js. The downloadICSFile and downloadBulkICSFile functions directly access
URL.createObjectURL, document.createElement( a ), ...
bug
Summary of What Needs to be Done
Add a server-side rendering (SSR) guard to src/utils/calendarExport.js. The downloadICS function directly accesses
window.URL.createObjectURL, document.createElement( ...
bug

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.