issues Search Results · language:Edge language:Python language:PHP language:JavaScript language:Java linked:pr
Filter by
275k results
Bug Description
In src/app.js, inside handleGoogleLogin, the Google JWT credential is decoded using plain atob():
const payload = JSON.parse(
atob(token.split( . )[1])
);
JWT tokens use Base64URL ...
Describe the bug In server/src/modules/interviews/routes.js, the tutor routes are defined AFTER the dynamic /:id route:
router.get( /:id , getSession); // catches everything first! router.get( /tutor/sessions ...
bug
📌 작업 종류
- [ ] ✨ 기능 개발
- [ ] 🐛 버그 수정
- [ ] 🛠️ 리팩토링
- [X] ⚙️ 환경설정
✔️ TO-DO
- [x] DB, Redis, RabbitMQ에 데이터 볼륨 지정
- [x] 전체 컨테이너에 자동 재시작 정책 적용
🔗 참고
- 없음
Bug Description
In src/app.js, inside renderRider, the weather fetch block checks an undeclared variable active instead of
activeJobs.length:
// ❌ active is never declared in renderRider
if(active ...
Goal
Install and configure the repo-local AI Factory runtime layer so Windmill, Codex, Auggie, QA, and merge gate behavior
are described by executable config, not only prose.
Acceptance Criteria
- ...
agent:build
Describe the bug In server/src/modules/notifications/routes.js, the route PATCH /mark-all/read is defined AFTER PATCH
/:id/read:
router.patch( /:id/read , markAsRead); router.patch( /mark-all/read , markAllAsRead); ...
bug
Bug Description
In src/app.js, inside confirmPlantReceipt, the variable earnedTokens is declared with const inside the if (providerAcc)
block but referenced outside it in the final showToast call:
if ...
Betrifft: /settings/stripe/
Wenn ich Änderungen vornehmen möchte und auf einen belibigen Button Ändern klicket erfolgt keine Aktion und es
erscheinen folgende Meldungen in der Browser Console:
stripe/:354 ...
Parent bounty: #743
apps/api/src/services/authService.js generates a timestamp-based user id twice during registration: once for the
returned id field and once for the JWT sub claim.
Current service ...
🐛 Bug Description
Two components use task.taskId as a React list key when rendering scheduled/routine task rows. taskId is a manually
assigned field (not a MongoDB _id) and can be undefined or non-unique ...

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.