issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:Java linked:pr
Filter by
5.9M results
Parent bounty: #743
Bug
apps/api/src/services/jobService.js spreads payload AFTER setting id and status, so caller can override both:
export async function createJob(payload) {
const job = { id: `job_${Date.now()}`, ...
Symptom
clausea.co cookie_policy document was stored with url=https://clausea.co (site root) instead of
https://clausea.co/cookie-policy. The content is correct (real cookie-policy text); only the URL ...
bug
Symptom
clausea.co overview summary claimed international transfers have ** no legal safeguards (such as Standard Contractual
Clauses) are specified **, but the privacy policy actually states * We ensure ...
bug
Parent bounty: #743
Bug
apps/api/src/services/notificationService.js stores and returns the same object:
export async function listNotifications() {
return notifications; // direct array reference ...
Parent bounty: #743
Bug
apps/api/src/services/messageService.js returns mutable internal state:
export async function listMessages() {
return messages; // direct array reference
}
export async function ...
Summary
deepeval.models.llms.utils.trim_and_load_json corrupts valid JSON whose string values contain , ] or , }. It
unconditionally runs re.sub(r ,\s*([\]}]) , r \1 , jsonStr) on the whole string before ...
Parent bounty: #743
Bug
apps/api/src/services/proposalService.js stores proposals in a module-level array but exposes it directly:
export async function listProposals() {
return proposals; // returns ...
✨ 구현할 기능
📝 TODO
- [ ]
🎸 기타
🤖 AN
🔧 refactor
Goal
The app fetches top-grossing chart data (added in PR #27, tracked in chartRank.js). The RSS proxy worker
(proxy/apple-rss-worker.js) currently only allows top-free and top-paid in its ALLOWED_TYPES ...
enhancement
Goal
Add a dedicated GitHub Actions workflow that runs npm test and npm run build on every pull request, and enforce branch
protection on master requiring this check to pass before merge.
Traceable to ...
enhancement

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.