pullrequests Search Results · language:Edge language:TypeScript language:PHP language:PHP language:Python language:JavaScript
Filter by
242M results
Refactor auth cookie handling by adding cookieSameSite() and cookieBaseOptions() helpers in AuthController and replacing
repeated cookie option objects with those helpers. Default SameSite is now none ...
Problem
Some schemas (especially storage related) are lying on side from main openapi schema file.
Solution
Import them on-the-fly into openapi schema
Known issues and notes:
- currently imports ...
Motivation
- Ensure runtime uses the standardized AWS and Supabase environment variable names so services don t silently fail
(Polly/AWS and Supabase usage were reading deprecated names).
- Remove ...
codex
Automated by agent-demontfort-s-2.
de Montfort task: bobfromarcher/demontfort#37
💻 Change Type
- [ ] ✨ feat
- [x] 🐛 fix
- [ ] ♻️ refactor
- [ ] 💄 style
- [ ] 👷 build
- [ ] ⚡️ perf
- [x] ✅ test
- [ ] 📝 docs
- [ ] 🔨 chore
🔗 Related Issue
N/A
🔀 Description of Change ...
size:L
Adds server-side task queue that octowiz s pull-based daemon subscribes to. Three new endpoints: GET /a2a/task-queue
(SSE subscription), POST /a2a/task-queue/:id/claim (atomic claim + lease token), POST ...
Summary
- move u-agents local config/state under the u_agents/ package tree
- keep ~/.config/u-agents as a compatibility config fallback
- anchor launcher config and watchdog state paths to the ...
1. 무엇을 왜 바꿨는가
lane autotune 기능(ADR 0092 — PR1 #1717 + PR2 #1724 + PR3 #1726 머지)의 operator 가이드 + 재현 데모를 추가한다. ADR은 결정을 기록하지만 운영자가 어떻게
켜고 읽는지 가이드가 없었고, 기능이 실제 동작하는 재현 데모가 없었다.
Closes #1729
2. 영향 파일
...
📌 Summary
프로필 부분 정보 수정, 조회 기능 구현 및 UI 구현
예시
- 이름 변경 기능 구현
- 전화번호 변경 기능 구현
- 탈퇴하기 기능 구현
- 내가 쓴 글 조회 기능 구현
- 댓글 단 글 조회 기능 구현
- 공감 단 글 조회 기능 구현
🔧 Changes
주요 변경 사항
- userapi 및 userstore ...