issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Java language:HTML
Filter by
62M results
Idea
A just teardown recipe that mirrors the existing Tofu bootstrap, so killing a failed experiment is one command instead
of a 20-minute manual cleanup you ll avoid doing.
What it should tear down ...
enhancement
needs-triage
해시체인 무결성 검증 실패. 즉시 조사 필요.
ilmv
openhash-alert
This issue is created automatically to track contribution activity.
updation
Bug Description
backend/utils/urlValidator.js defines two nearly-identical regex constants:
const GITHUB_URL_PATTERN = /^https://github.com/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+(/)?$/; const GITHUB_URL_WITH_DOT_GIT ...
Bug Description
ai-engine/embeddings.py defines embed_text, embed_texts, get_embedding_dimension using sentence-transformers but is
never imported or called anywhere in the codebase (not in app.py, not ...
Bug Description
backend/utils/complexityAnalyzer.js line 97 checks trimmed.includes( = ) to detect fat arrow functions. This matches fat
arrows inside strings or comments (e.g., a comment // TODO: refactor ...
Bug Description
frontend/src/components/SettingsModal.tsx defines theme?: dark | light in SettingsModalProps (line 11), and App.tsx
passes theme to SettingsModal. However, the SettingsModal implementation ...
Bug Description
frontend/src/App.tsx line 648-649 hardcodes gssoc26 as a label for every GitHub issue created through the app:
const labels = isGssocLabelingEnabled ? [gssoc26, category] : [category]; ...
Bug Description
backend/utils/diffParser.js lines 27-35 only track added lines (+) and context lines ( ). Deleted lines (-) are
completely ignored. This means scanSecretsInChanges at backend/index.js:490 ...

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.