pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Java language:PHP
Filter by
197M results
Summary
- Rename quiz history review CTAs to Review Questions across Quiz-wise, Subject-wise, and Topic-wise cards
- Keep the quiz summary and suggestion cards on Quiz-wise review pages
- Convert ...
변경 이유
EgovDocumentServiceImpl.loadDocumentsAsync()가 동시 진입 가드를 두 단계로 나눠 수행합니다.
if (isProcessing.get()) { ... return; }
...
isProcessing.set(true);
get() 검사와 set(true) 설정 사이에 다른 요청이 끼어들면(TOCTOU), 두 요청 ...
This PR contains the following updates:
| Package | Update | Change | Pending |
| --- | --- | --- | --- |
| pulumi/pulumi-nodejs | minor | 3.245.0 → 3.246.0 | 3.247.0 |
Release Notes
details summary ...
renovate
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Automated delivery, reviewed approved via the agent gate.
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Description
Add a task status transition utility that defines the valid state machine for task workflows (TODO → IN_PROGRESS →
IN_REVIEW → DONE). This will be consumed by the TaskDetailPage to render ...