issues Search Results · language:Dune language:JavaScript language:HTML language:Java language:JavaScript
Filter by
39.7M results
Parent bounty: #743
Bug
createUser() in apps/api/src/services/userService.js spreads the entire caller-supplied payload after the
server-generated id:
export async function createUser(payload) {
const ...
Parent bounty: #743
Bug
POST /api/users in apps/api/src/controllers/userController.js passes req.body directly to createUser() with no input
validation whatsoever:
export async function postUser(req, ...
Problem
The shared UpgradeModal short-circuits whenever currentUser.isPro is true, so an existing Pro subscriber who opens the
upgrade modal hits the already-Pro path (onAlreadyPro → You re already a ...
Já que a nossa aplicação será uma API first, usaremos o NextConnect. Ele é baseado no express (módulo muito popular).
- [ ] Adicionar o NextConnect
Problem
The passive connection always uses a shared ApPassiveServerPool that wraps the same underlying pool as the active
connection. There is no way to supply a custom pool for the passive connection. ...
Context
Created from the 2026-06-16 technical-debt audit for governed dead-code residue. The current state is not untriaged, but
the retained zero-import surface still creates governance burden and must ...
architecture
cleanup
priority:P2
technical-debt
testing
What we need
We need someone using Gemini CLI to install EGC with the --target gemini flag and confirm everything works end-to-end.
Steps to follow
1. Make sure you have Node.js 20 or later and Gemini ...
good first issue
help wanted
What we need
We need someone using Cursor to install EGC with the --target cursor flag and confirm everything works end-to-end.
Steps to follow
1. Make sure you have Node.js 20 or later and Cursor ...
good first issue
help wanted
Parent bounty: #743
Bug
registerSchema in apps/api/src/validators/auth.js does not require a fullName field, but the Prisma User model has
fullName String as a non-nullable, required field. Registrations ...
Parent bounty: #743
Bug
registerSchema in apps/api/src/validators/auth.js allows role: admin during registration:
export const registerSchema = z.object({
email: z.string().email(),
password: z.string().min(8), ...

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.