issues Search Results · language:Edge language:TypeScript language:PHP language:Go language:JavaScript
Filter by
45.5M results
The upload form in src/app/upload/page.tsx uses basic useState for form fields.
- Refactor the form to use react-hook-form.
- Integrate zod for client-side validation.
- Improve error messaging ...
frontend
GSSoc26
refactor
Users experience a pop-in effect when navigating to the history or results pages.
- Create a reusable Skeleton component using Tailwind/CSS.
- Implement skeleton loaders for the history list and the ...
frontend
GSSoc26
UX
問題描述
v1.4.2 中,愛物(車輛)的車牌號碼欄位無法解密顯示。
預期行為
點擊「顯示車牌」後,顯示解密後的車牌明文。
實際行為
按下解密按鈕後出現 server action error,車牌未顯示。
相關實作
- 加密寫入:actions/asset.ts — plateEncrypted: encrypt(plate)
- 讀取側:lib/db/queries/aibutsu.ts ...
bug
Attention | توجه
- [x] I searched and no similar issues were found | جستجو کردم و هیچ گزارش مشابهی پیدا نشد
- [x] I read FAQ and no relevant issues were found | سوالات متداول را خواندم و هیچ مورد ...
Parent bounty: #743
apps/api/src/services/paymentService.js defaults new payment intents to lowercase usd, while the Prisma Payment.currency
field defaults to uppercase USD.
Current service code:
currency: ...
Summary
Add SenseVoice from FunASR as an offline speech recognition provider for Leon.
Why?
Leon is a voice-enabled personal assistant — fast, accurate ASR is essential:
- Offline-first: SenseVoice ...
Adds :focus-visible styles to primary and secondary buttons to improve keyboard navigation and meet contrast
requirements. This change replaces the faint box-shadow with a 2px solid brand-accent outline ...
Is your feature request related to a problem? Please describe.
The dbConnect() function has no JSDoc, making it harder for new contributors to understand its behaviour — particularly
the Edge runtime ...
enhancement
The error handling in server/index.js is currently duplicated across routes.
- Create a middleware/errorMiddleware.js file.
- Standardize the error response format (e.g., { success: false, message: ...
GSSoc26
refactor
server
Incoming requests to /api/analyze do not have strict validation for fields like patientName.
- Integrate the zod library.
- Create a validation schema for the analysis request.
- Ensure the server ...
enhancement
GSSoc26
security
server

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.