issues Search Results · language:Dune language:Python language:Python language:Java language:JavaScript language:Java
Filter by
54.7M results
The crawler workflow failed.
View run
crawler-failure
Description
The catch block on line 84 of ResumeAnalyzerPage.jsx defines a catch parameter _ which is never used, triggering an
ESLint no-unused-vars warning. Switching to optional catch binding (catch ...
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website
記事は投稿されましたが、カバー画像が設定できませんでした
考えられる原因:
- note.com のUI変更によりカバー画像ボタンのセレクタが変わった
- ホバー検出ロジックが機能しなかった
確認方法:
- output アーティファクト内の note_cover_error.png を確認してください
- Run URL: https://github.com/masatosprojects/kamakura-content-bot/actions/runs/27082723256 ...
Description
Bell is imported from lucide-react on line 3 of NotificationBell.jsx but never used, since the component renders the
native 🔔 emoji instead. This triggers an ESLint warning.
Steps to Reproduce ...
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:medium
valid-issue
website
Summary of What Needs to be Done: api/lib/authorizeOwnership.js is a critical security utility that prevents Insecure
Direct Object Reference (IDOR) attacks by checking ownership before returning or mutating ...
🚨 Vulnerabilities in ghcr image backend:stage sha256:827d0989fc160f761f33748d7140b09db02356009bb5bd40ee21ac1125fd36d0
Report Summary
┌──────────────────────────────────────────────────────────────────────────────────┬────────────┬─────────────────┬─────────┐ ...
Summary of What Needs to be Done: useModalStack uses a module-level global array (modalStack = []) as shared state
across ALL component instances. In SSR, every request shares this array — one request ...
Summary of What Needs to be Done: getOptimizedImageUrl has the guard condition if (!originalUrl || typeof originalUrl
!== string ) return originalUrl. When originalUrl is null, undefined, 0, or false, ...
Summary of What Needs to be Done: useInstallPrompt adds a window.addEventListener listener in useEffect without a typeof
window guard. In SSR environments (Node.js, Next.js), window is undefined and the ...
Summary of What Needs to be Done: abuseLogger.js calls localStorage.getItem/setItem directly without checking if window
is defined. In SSR (Node.js, Next.js server components, Vitest without jsdom), window ...

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.