issues Search Results · language:Dune language:JavaScript language:Java language:HTML linked:pr language:TypeScript
Filter by
7.2M results
Problem
In the session tree, parent sessions render a short 4-char ID (#abc1), but sub-agents render their full agentId from the
JSONL — which Claude Code now writes as a long 17-char hex string (e.g. ...
bug
Summary
Error messages throughout the CLI and the config command itself encourage users to pass API keys as command-line
arguments (e.g. gg config GEMINI_API_KEY --provider gemini), which exposes sensitive ...
Bug: Freelancer Dashboard Is a Non-Functional Stub
apps/web/app/dashboard/freelancer/page.tsx shows only a placeholder paragraph. It should display the freelancer s active
proposals, accepted jobs, and ...
Bug: Messaging Page Is a Non-Functional Stub
apps/web/app/messaging/page.tsx shows only a placeholder paragraph. It should render a list of mock conversations with
participant names, last messages, and ...
Bug: Notifications Page Is a Non-Functional Stub
apps/web/app/notifications/page.tsx shows only a placeholder paragraph. It should render a feed of mock notifications
(proposal updates, messages, billing ...
Bug: Client Dashboard Is a Non-Functional Stub
apps/web/app/dashboard/client/page.tsx shows only a placeholder paragraph. It should display the client s active jobs,
shortlisted freelancers, and payment ...
Bug: Billing Page Is a Non-Functional Stub
apps/web/app/billing/page.tsx renders only a placeholder paragraph. It should display mock invoice entries and payout
method options.
Current code:
export ...
Bug: Admin Panel Page Is a Non-Functional Stub
apps/web/app/admin/page.tsx renders only a placeholder paragraph. The admin panel should display platform metrics (open
jobs, active freelancers, flagged ...
Bug: Payment Creation Has No Input Validation
POST /api/payments passes req.body directly to createPaymentIntent() with no Zod validation. A caller can omit amount or
send a negative value, causing the ...
문제
현재 SubmissionRequest.videoUrl을 프론트가 직접 URL로 전달하는 구조인데, 실제 영상을 업로드할 엔드포인트가 없음.
해결 방안
AWS S3 Presigned URL 방식으로 구현
흐름
1. 프론트 → GET /api/upload/presigned-url?filename=xxx.mp4 요청
2. 백엔드 → S3 Presigned ...

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.