issues Search Results · language:Dune language:TypeScript language:JavaScript language:Python language:Java linked:pr
Filter by
9.2M results
The input when researching brands takes a bit too long to trigger (debounce is 1000ms) we should probably make it 400ms.
enhancement
Bug
createJob(payload) pushes a job object into the in-memory store and returns that same object reference. A caller can
mutate the returned object and accidentally corrupt the stored job record.
Expected ...
Prerequisites
- [x] I searched open issues and discussions and did not find an existing report of this bug.
- [x] This is not a security vulnerability. (Vulnerabilities go to GitHub Security Advisories ...
bug
ready for review
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 ...
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()}`, ...
Is there an existing issue for this?
- [x] I have searched the existing issues
What would you like to improve?
📝 Description
- The current blog page UI is functional but lacks modern design and ...
type:design

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.