Skip to content

issues Search Results · language:Edge language:Python linked:pr language:TypeScript language:JavaScript language:HTML

Filter by

8.3M results  (351 ms)

8.3M results

Description can t access distroReady before initialization cant remove servers from the sidebar stale version cache Plugins none OpenCode version dev Steps to reproduce 1. clean install try to ...

Description In submissions/examples/masonry-grid/demo.html, the images used in the grid layout have empty alt= attributes. While empty alt attributes are acceptable for purely decorative images, these ...

Bug createUser(payload) pushes a user object into the in-memory store and returns that same object reference. A caller can mutate the returned object and accidentally corrupt the stored user record. ...

Not all defaults are viable for all engine choices, need to diverge defaults for these. Target version: 1.10.0

Problem The release workflow exists, but maintainers need a short release checklist for version bumps, changelog updates, npm auth, GitHub releases, and post-release smoke tests. Proposed work Add docs/release-checklist.md ...
documentation
good first issue

Bug registerUser() in apps/api/src/services/authService.js generates two separate usr_${Date.now()} IDs: return { id: `usr_${Date.now()}`, email: payload.email, role: payload.role, token: ...

Bug Both createProposal() in apps/api/src/services/proposalService.js and createReview() in apps/api/src/services/reviewService.js build objects as: // proposalService.js const proposal = { id: `prp_${Date.now()}`, ...

Bug createJob() in apps/api/src/services/jobService.js builds the job object as: const job = { id: `job_${Date.now()}`, status: open , ...payload }; Because payload is spread after the server-generated ...

Bug createUser() in apps/api/src/services/userService.js builds the user object as: const user = { id: `usr_${Date.now()}`, ...payload }; Because payload is spread after the server-generated id, a caller ...

Bug listNotifications() currently returns the internal in-memory notifications array directly. Any caller that receives the list can mutate the array or notification objects and corrupt later service ...
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.