Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Go language:JavaScript is:public

Filter by

117M results  (2 s)

117M results

Motivation - Introduce V465 as a documentation-only milestone to define a standardized audit framework for advancing county packages through Registry Ready - Validation Ready - Activation Ready ...
codex

Why Grid mode can freeze — keyboard shortcuts go dead while the native menu still works, and switching to focus (single-session) mode via the menu restores responsiveness. The freeze is deterministic ...

Summary Implements governance gap C-9: Red-team pass conclusions had no mandatory CET/evidence classification requirement. A CET-4 assertion (pure assumed behavior, no code evidence) could satisfy the ...

개요 선생님 마이페이지 사이드바에 선생님 찾기 목록 노출 여부를 제어하는 토글 스위치를 추가합니다. 변경 사항 TeacherMyPage.jsx - 사이드바 수업 등록 버튼 위에 노출 토글 추가 - PATCH /api/v1/teachers/me/listed 호출 - 낙관적 업데이트(optimistic update) 적용 — 토글 즉시 반영 후 ...

Fixes #15 and Fixes #18
enhancement

Contexto: En 2026-06-17 22:21:14 vimos un 500 sporadic en staging con: err.routine: pg_strtoint32_safe err.message: invalid input syntax for type integer: req.url: POST /api/auth/login Investigación exhaustiva ...

概要 タスク 0137(パッケージマネージャのシステム変更検出の一般化 / dpkg・rpm フラグ方式対応)の続き。アーキテクチャ設計書の承認反映と、実装計画書(draft)の追加。要件 (#742) とアーキテクチャ (#744) はマージ済み。 含まれるコミット 1. docs(task 0137): Approved the architecture document — 02_architecture.md ...

💡 What: Replaced fs.readFileSync with await fs.promises.readFile inside checkForUpdate in src/main/main.js. 🎯 Why: Synchronous file system calls block the entire event loop in Node.js. Since this runs ...