issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:Java linked:pr
Filter by
3.2M results
🐛 Bug Report
Description
website/src/pages/explore/ExplorePage.jsx line 47 uses a bare catch {} block that silently swallows all errors from the
data fetch:
} catch {}
setLoading(false);
If all three ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
needs-more-info
priority:medium
website
🐛 Bug Report
Description
website/src/components/collab/JoinRequestModal.jsx line 101 logs caught errors with a bare console.error(err):
} catch (err) {
console.error(err);
}
No context message identifies ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
needs-more-info
possible-duplicate
priority:medium
website
🐛 Bug Report
Description
website/src/components/common/PWAHandler.jsx lines 17 and 20 use console.log and console.error for Service Worker
registration events with no DEV guard:
onRegistered(r) {
...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
needs-more-info
priority:medium
website
出了什么问题?
在「渠道 → 新建 → Web / API 接入(webchat)」创建向导第 1 步「配置」中,API Key 字段被标记为必填(*)且只读,占位符为「保存后由平台自动生成」。
由于该字段在创建阶段为空、又是只读无法输入,向导的必填校验永远无法通过,导致「继续」按钮始终处于禁用状态,无法完成 webchat 渠道的创建。
正确逻辑应为:API Key 在保存时由平台自动生成 ...
Add plain CSS styling:
- blue top menu bar;
- white card forms with labeled fields;
- bordered tables for task and user lists;
- styled Home page;
- primary (blue) and secondary buttons;
The Suggest Correction / Request support for this site flow prefills a GitHub Event source request issue whose title is
currently Event source request - full page URL (e.g. https://dash.datadoghq.com/?utm_source=... ...
Switch the model the auto-implement-extractor workflow agent runs on from claude-sonnet-4-6 to claude-haiku-4-5.
The extractor task is a narrow, well-scaffolded judgment step (fill in extract() + the ...
Description
The SchedulerService in server/services/schedulerService.js defines 8 production-grade scheduled tasks (email digest,
leaderboard recalculation, cache cleanup, database backup, report generation, ...
assigned
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
needs-more-info
priority:medium
website
💡 작업 내용
- Spring Boot 애플리케이션 Docker 이미지 생성을 위한 Dockerfile을 추가합니다.
- Java 21 기반 컨테이너 환경에서 빌드된 jar 파일을 실행할 수 있도록 설정합니다.
📝 참고 사항
- 없음
Goal
Build the next grouped process-control slice on top of the browser stack continuation foundation from #206: implement
truthful browser proc_fork parent/child return semantics and the minimal child ...

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.