issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript linked:pr
Filter by
1.8M results
Create a default admin account.
Acceptance Criteria:
- [ ] Admin account is created.
- [ ] - Password is securely hashed.
- [ ] - Role is ADMIN.
enhancement
Feature/Project Proposal
I propose adding a complete theme management system and unified data persistence layer to the Expense Tracker
application. This enhancement will:
- Implement dark/light theme ...
enhancement
Issue Description:
### Describe the bug
The server action file `actions/mentor.js` imports `getCurrentUser` from `@/lib/current-user` on line 10 but never references it in any functions, cluttering the ...
backend
quality:clean
type:bug
type:devops
type:feature
type:refactor
- https://github.com/konard/numbers-vectorization/actions/runs/28250265337
- https://github.com/konard/numbers-vectorization/actions/runs/28250265337
- https://github.com/konard/numbers-vectorization/actions/runs/28250265395 ...
bug
Issue Description:
Describe the bug
The server action actions/freelance-rate.js allows unlimited calls because it does not enforce the rate-limiting block
used in other AI action generation routes. Furthermore, ...
ai
backend
level:intermediate
type:bug
type:devops
type:security
Creating Participant/ DFSP
Context
We need to implement the core service functions to create, onboard, and provision a new Participant/DFSP (Digital
Financial Services Provider) within the ecosystem ...
enhancement
Implement a login API using JWT authentication.
Acceptance Criteria:
- [ ] User can log in using email and password.
- [ ] JWT token is generated on successful login.
- [ ] Invalid credentials ...
enhancement
Describe the bug
[Bug]: EventCard renders EventDuration twice on the same line — duplicate UI element
Description
In src/Pages/Events/EventCard.js, the EventDuration component is rendered twice consecutively ...
bug
Problem
Node.js built-in modules can be imported with or without the node: protocol prefix:
```ts import fs from fs // ambiguous — is this npm s fs or Node s built-in? import fs from node:fs // unambiguous ...
The GET /api/search endpoint passes req.query.q directly to the search service without validation, trimming, or a length
limit. A client can submit extremely long query strings or whitespace-only input, ...

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.