issues Search Results · language:Dune language:Python linked:pr language:Java language:JavaScript language:HTML
Filter by
6.3M results
📌 이슈 요약
에러를 처리할 예외의 상황을 enum으로 구현하였습니다.
📝 상세 내용
- 메뉴에 없는 번호 입력 (MENU_OPTION_NOT_FOUND_EXCEPTION)
- 없는 상품 번호 입력 (PRODUCT_NOT_FOUND_EXCEPTION)
- 상품 정보 null 입력 (NULL_PRODUCT_INFO_EXCEPTION)
- 0 ...
Issue class
Implementation / governance slice, workflow-maintenance only.
Objective
Pin the bounded Windows startup/import smoke gate away from the moving windows-latest label so the workflow avoids ...
Summary
iicp-node serve crashes on its own default host with socket.gaierror: [Errno -9] Address family for hostname not
supported. The serve listener socket is hardcoded to AF_INET (IPv4), but the CLI ...
Summary
iicp-node init crashes with ModuleNotFoundError: No module named cryptography on a default install. cryptography is
required by the core operator-identity path but is only declared under the ...
概要
2026/06/08 午前のテクニカル雑談を作成します。
収集対象
- Microsoft
- AI
- Azure
- クラウド(AWS / GCP / OCI)
- セキュリティ
このIssueは GitHub Actions により自動作成されました。
WHAT-1839: Discard Invariant Guard
Goal
Mechanize the Discard Invariant guard in sync_and_clean_node (kernel/daemon_node.py) to prevent silent state loss.
During a sync operation, before executing git ...
backlog
Description
In services/authService.js:46-48, the outer catch block of syncCustomClaims silently discards all errors:
} catch {
// Keep login non-blocking if claim migration fails.
}
While keeping ...
GSSoC'26
mentor:Ayushh-Sharmaa
Description
In services/authService.js:39, the syncCustomClaims function calls user.getIdToken(true) to force-refresh the Firebase
token, but silently swallows any failure:
await user.getIdToken(true).catch(() ...
GSSoC'26
mentor:Ayushh-Sharmaa
Description
In hooks/useAttendance.js:81-97, the fetchGamification callback returns a cleanup function () = controller.abort():
const fetchGamification = useCallback(async () = {
if (!user) return; ...
GSSoC'26
mentor:Ayushh-Sharmaa
Description
In lib/ai/groq.js:87-91, the chat message validation schema checks the message length against 10,000 characters but the
error message claims the limit is 2,000 characters:
if (data.trimmedMessage.length ...
GSSoC'26
mentor:Ayushh-Sharmaa

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.