issues Search Results · language:Dune language:TypeScript language:Java language:JavaScript language:JavaScript linked:pr
Filter by
6.3M results
Summary
Update the Tencent release deployment documentation to distinguish the initial v0.1.0 branch baseline from the current
v0.1.1 deployment baseline.
Expected Behavior
Release deployment docs should ...
documentation
Overview
Add automated dependency security checks to prevent vulnerable packages.
Tasks
- Add npm audit --audit-level=high step to CI workflow
- Create .github/dependabot.yml for automated weekly ...
Overview
Add integration tests that verify the actual game boots and responds to input in a real browser.
Tasks
- Install Playwright as dev dependency
- Add test:e2e script to package.json
- Create ...
Overview
All 65+ modules load upfront. Implement dynamic imports so only the current level loads.
Tasks
- Convert level scene imports in main.js to dynamic import() calls
- Load each level scene ...
Overview
Zero try/catch blocks across 21K lines. Add defensive error handling for resilient gameplay.
Tasks
- Audio fallback: Wrap Web Audio API calls in try/catch, disable audio gracefully on failure ...
Problem
Two pre-existing TypeScript errors remain after the any cleanup:
1. src/app/(dashboard)/goals/[id]/page.tsx (lines 79–98) — goal is Goal | undefined inside handleExportGoalMarkdown and
handleExportChatMarkdown. ...
priority: P2
status: review
type: bug
PR #12에서 자동 생성된 이슈입니다.
작업 내용
제목(필수): [TYPE]: 제목 예) [FEAT]: 회원가입 기능 추가 details summary 제목 규칙 자세히 보기 /summary
- 형식: [TYPE]: 제목
- 제한: 50자 이내, 첫 글자 대문자, 명령문
- TYPE: FEAT FIX REFACTOR COMMENT STYLE ...
auto
FEAT
Duplicates
- [x] I have searched the existing issues
Latest version
- [x] I have tested the latest version
Current behavior 😯
No response
Expected behavior 🤔
No response
Steps to reproduce ...
bug
Problem
~25 any annotations remain in production code across calendar, analytics, store, and hooks. These suppress TypeScript s
type-safety guarantees and can hide real bugs.
Locations
- src/app/(dashboard)/calendar/page.tsx ...
priority: P3
status: review
type: refactor
Summary
Add a dedicated release deployment track for MeteorTest, matching the existing main preview deployment model.
Expected Behavior
MeteorTest should have a protected release branch, a production ...
enhancement

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.