issues Search Results · language:Dune language:Python language:JavaScript linked:pr linked:pr language:HTML language:Python
Filter by
4.9M results
Parent bounty: #743
The Prisma schema currently allows the same freelancer to create multiple proposals for the same job. That can spam a
job with duplicate applications and leaves the database without ...
🤖 SDLC Pipeline — Run Requirement Agent
Pipeline Tracker: #1 Stage: 1 of 7 — Requirements Gathering Agent: @1-requirement-agent
Instructions
Follow the instructions in .github/agents/1-requirement-agent.agent.md ...
sdlc:pipeline
This issue is created automatically to track contribution activity.
updation
Description
The current goal tracking implementation in src/pages/Goals.jsx calculates goal progress using the user s overall
totalSavings balance as the source of truth. As a result, goal progress is ...
Description
The Categories links in the home page sidebar (index.html lines 40–47: Reaction, Classic, 4-panel, Video / GIF, Dev
humor) are currently dead anchor links pointing at fragment hashes (#reaction, ...
frontend
Не надо молча сдыхать или фантазировать, если чего-то не хватает - пиши ошибки, чтобы было понятно img width= 1856
height= 854 alt= Image src= https://github.com/user-attachments/assets/ae9c492b-5cc3-47c3-9a93-d1031ec40aea ...
Bug Description
On Hermes Desktop, if an assistant response is still streaming and I switch away to another app/window and then come
back, the in-progress assistant bubble can disappear from the visible ...
Bug
apps/api/src/config/env.js provides a hardcoded fallback for the JWT secret:
export const env = {
jwtSecret: process.env.JWT_SECRET ?? development-secret ,
...
};
In any deployment where JWT_SECRET ...
Bug
The global error handler in apps/api/src/middleware/errorHandler.js returns 500 for all errors, including Zod ZodError
validation exceptions:
export function errorHandler(err, req, res, next) {
...
Bug
postUser in apps/api/src/controllers/userController.js passes req.body directly to createUser without validation:
export async function postUser(req, res) {
return ok(res, await createUser(req.body), ...

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.