issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Java linked:pr
Filter by
3.2M results
📝 무엇을 하나요?
GitHub Webhook 등록/수신의 두 가지 문제를 수정합니다.
1. 등록 URL이 DB auto-increment id 기반(/api/v1/github/webhooks/{dbId})이라, DB 재생성/재링크 시 같은 레포가 다른 id를 받으면 기존 hook이 깨진다.
2. 등록이 항상 POST로 새 hook을 만들어 같은 URL ...
bug
작업 내용
develop 브랜치 배포(CD) 완료 시 Discord 채널로 알림을 보내도록 deploy.yml에 웹훅 스텝 추가
상세 내용
- [x] deploy.yml에 배포 완료 Discord 알림 스텝 추가 (if: always() — 성공/실패와 무관하게 발송)
- [x] 기존 DISCORD_WEBHOOK_URL 시크릿 재사용 (추가 시크릿 ...
task
Goal
Expose the new Today’s Progress lesson metadata to parents so they can clearly understand what the student practiced,
how fast they should practice, how much time was spent in class, and what homework ...
enhancement
Summary
All three Claude Code plugin hooks shipped by dev-loops crash on load because they import from a bare @dev-loops/core
specifier that is not resolvable from the marketplace plugin cache directory. ...
bug
workflow
What is broken?
The /wiki/special/recentchanges.json route (src/pages/wiki/special/recentchanges.json.ts) recomputes per-article link
statistics inside the changes.map() even though it already caches ...
bug
Summary of What Needs to be Done
src/hooks/useFilterSuggestions.js uses globalThis.localStorage as a default parameter value in the hook signature.
Default parameter values are evaluated at call time, ...
bug
Summary of What Needs to be Done
src/hooks/useAutoSaveDraft.js calls window.addEventListener( beforeunload , ...) inside a useEffect without verifying
that window exists. During SSR, window is undefined, ...
bug
From Locotomo on Discord:
When you activate the Ability Score Log and click on an attribute a dice is rolled for a skill check and the window pops
open. Can you do it like the window opens when you do ...
Summary of What Needs to be Done
src/hooks/useSessionTimeout.js calls window.addEventListener directly in its useEffect without checking whether window
exists. In SSR environments, window is undefined, ...
bug
Summary of What Needs to be Done
src/utils/serviceWorkerRegistration.js calls window.addEventListener( load , ...) inside the registerServiceWorker
function. While the outer check guards against navigator ...
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.