issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:JavaScript language:HTML
Filter by
244k results
Summary of What Needs to be Done
src/utils/eventTemplateUtils.js#templateNameExists() calls t.name.toLowerCase() without a null check. If a stored
template object has no name field (e.g. partial write, ...
bug
Summary of What Needs to be Done
src/utils/githubProfileCache.js stores every fetched GitHub profile in two module-level Maps (profileCache and
inFlightRequests). The TTL eviction only triggers on access ...
bug
Summary of What Needs to be Done
src/utils/dndUtils.js#isDndActive() calls localStorage.getItem directly without a typeof window !== undefined guard.
During SSR (or any Node.js-like environment) the ...
bug
Summary of What Needs to be Done
src/utils/reminderUtils.js#subscribeToReminderChanges() listens to BOTH the custom eventraRemindersChanged event (fired
on every writeReminders) AND the storage event ...
Summary of What Needs to be Done
src/utils/globalErrorHandler.js#isDuplicate() only housekeeps the recentErrors Map when the 51st entry is added. If
errors stop arriving (or arrive slowly with different ...
bug
Summary of What Needs to be Done
src/hooks/useTokenExpiry.js clamps the auto-logout delay to 2147483647 (32-bit max, 24.8 days) via if
(delayMs 2147483647) delayMs = 2147483647;. For a token that expires ...
Summary of What Needs to be Done
src/utils/notificationQueue.js accesses localStorage.getItem at the top of pushToNotificationQueue and
syncNotificationQueue without any SSR guard. In Node.js / SSR environments ...
bug
Feature/Project Proposal
I would like to propose an enhancement for the Snake Game project focused on improving the overall user interface,
layout balance, and user experience.
The enhancement includes: ...
enhancement
Summary
In offline EAGLE-3 training, the teacher distribution is built by materializing the full-vocabulary target logits and
casting them to fp32. In specforge/core/eagle3.py::_compute_target_p, target_head ...
일일 코드 리뷰 — 2026-06-14
리뷰 대상 커밋
| SHA | 날짜(UTC) | 메시지 |
| --- | --- | --- |
| a07ce3b | 2026-06-13 05:21 | Merge branch main (충돌: WritePage.jsx, articleDetail.js) |
변경 규모: +1,644 / -484 (총 2,128 라인) ...

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.