pullrequests Search Results · language:Edge language:Python language:JavaScript language:TypeScript language:JavaScript
Filter by
231M results
Overview
OIDC Resource Server에 친구 추가(친추) 기능과 그에 필요한 사용자 표시 프로필을 추가한다. 이 백엔드는 사용자 정체성을 매 요청의 검증된 JWT 클레임에서만 얻으므로, 친구 목록/받은 요청에서 누가
를 표시하려면 타인의 표시정보가 필요하다. 그 유일한 출처인 토큰 클레임을 JIT(Just-In-Time)로 캐싱하는 user_profile ...
Summary
- Reactions (👍👎😄🎉😕❤️🚀👀) now appear after prev/next navigation, directly above the giscus comments section
- New order: content → related posts → prev/next → reactions → comments
Summary
- Removes incorrect note that gh CLI is not installed (it is, and authenticated via HTTPS)
- Replaces git remote add + git push SSH workflow with gh repo create --source --push
- Renames ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @cloudflare/workers-types | 4.20260604.1 → 4.20260611.1 | age | confidence |
| @typescript-eslint/parser ...
dependencies
renovate
…update App component for user profile creation; simplify Navbar user button; improve error handling in AdminSignUp
This PR was created by qwen-chat coder for task ae19378e-b656-4499-ae89-1a770dea61f9.
Summary
- Register: new Confirmar Contraseña field with live match/mismatch feedback (green/red label) and a submit guard
requiring both passwords to match before allowing registration.
- Login: ...
Closes task [33]
Old power: Warp Strike
onBeforeCommand speed boost — that hook was never fired in the engine, and turn order is locked before command execution
anyway. Effectively a permanent no-op. ...
Summary
- Refactor the Pi sandbox find tool to reuse Pi s createFindToolDefinition with Deputies sandbox-backed
FindOperations.
- Preserve sandbox execution semantics by running fd/fdfind remotely, ...
Summary
RegexMatchMap.execute left a debug print() on the per-action hot path. It wrote event-derived data to stdout (captured
into container logs) and forced a full-N regex pass that defeats the any/all ...