Skip to content

issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:JavaScript

Filter by

3.2M results  (361 ms)

3.2M results

Issue: Extract deployment scripts Description .circleci/config.yml contains several jobs (upload_proxy_files, upload_fe_files, link_photos, upload_admin_assets, release, etc.) that invoke deployment ...

Context The Golden Path froze for 18 days (#13750) and sessions stopped digesting into the graph. A cluster of tickets attacked symptoms — #13851/#13852 (serve the model at the right context), #13835/#13843/#13845 ...
ai
architecture
enhancement
model-experience
performance

배경 피그마 온보딩 화면에 건너뛰기 버튼이 있으나, 백엔드에 관련 API가 없어 step 2 건너뛰기 후 step 3 제출 시 422 에러 발생. 작업 내용 신규 엔드포인트 - POST /v1/onboarding/step/{stepNumber}/skip — 해당 단계를 빈 값으로 완료 처리하고 다음 단계로 진행 - Path param: ...
enhancement

Build a simple React Router application that allows users to visualize live conversations in real-time. This should include displaying the live transcripts and all tool calls made during the call. Additionally, ...

Summary History-loading actions currently return different response shapes when authentication or user retrieval fails. Examples return EMPTY_HISTORY_RESPONSE; return { success: false, data: [] }; ...
ai
backend
frontend
level:intermediate
quality:clean
type:bug
type:devops
type:refactor
type:security

Summary Many action modules perform authentication checks inline before executing business logic. Examples if (!userId) return UNAUTHORIZED_RESPONSE; if (!userId) throw new Error( Unauthorized ); ...
ai
backend
type:bug
type:devops
type:feature
type:refactor
type:security

Client creates SendMessageRequestHeaderV2 per send with 14 field copies. With #10535 FastCodesHeader, SendMessageRequestHeader can encode V2 directly, making the intermediate object unnecessary.

Describe the bug When creating a Listing Block, if the Location criteria is selected, the depth field appears twice, one with the ObjectBrowserWidget in QueryWidget and one in the QuerystringWidget. These ...
01 type: bug
30 needs: triage

Summary Many server actions repeat the same setup workflow: const { userId } = await auth(); if (!userId) ... const user = await getUserByClerkId(userId); if (!user) ... This pattern appears throughout ...
ai
backend
type:accessibility
type:devops
type:refactor
type:security
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.