issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
1.7M results
Feature request: sequential steps must be a numbered list, not bullets/prose
Problem
When order matters, presentation matters. Studies show LLMs follow numbered, sequentially ordered steps far more
reliably ...
enhancement
Feature request: flag ALL-CAPS shouting and emphatic markers
Problem
Authors try to force compliance by shouting: ALWAYS run tests., This is IMPORTANT!!!, NEVER edit prod. Research and
vendor guidance ...
enhancement
Feature request: flag gratuitous persona / role-play lines
Problem
Manifestos often open with lines like You are a senior software engineer. or Act as an expert reviewer. These personas
feel helpful ...
enhancement
Summary
Pi v0.79.1 added natural autocomplete trigger characters for extension providers, such as # or $, so suggestions can
open without slash-command prefixes. TLH currently wraps autocomplete providers ...
📕 설명
마켓플레이스 포토카드 상세 페이지에서 BE 상세 조회 API의 평탄화 응답 구조를 사용하도록 FE 데이터 매핑을 수정
✅ 할 일
- [ ] MarketDetailPageClient에서 item.myCard.photoCard 접근 제거
- [ ] item.title, item.imageUrl, item.description, item.sellerNickname ...
🐛 Bug Report
Description
website/src/components/pwa/InstallPrompt.jsx reads and writes to localStorage in multiple places without try-catch:
if (localStorage.getItem(DISMISSED_KEY) === true ) return; ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:high
valid-issue
website
🐛 Bug Report
Description
website/src/hooks/useSocket.ts line 4 defines the callback type with any[]:
type SocketEventCallback = (...args: any[]) = void;
any[] disables TypeScript s type checking on ...
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/services/socket.ts lines 60 and 68 type Socket.IO event listeners as any:
socketInstance.on = (event: string, listener: any) = {
socketInstance.off = (event: string, ...
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/hooks/analytics/useAnalyticsData.ts lines 56-58 use raw fetch() for all three analytics API calls:
fetch(`${base}/api/admin/analytics/stats`).then((r) = r.json()), ...
admin-dashboard
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website
The global search endpoint currently defaults a missing query string to an empty string and returns a successful
response. Missing or whitespace-only search queries should be treated as client input errors ...

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.