pullrequests Search Results · language:Edge language:TypeScript language:PHP language:JavaScript language:Java
Filter by
224M results
What
Phase 2 of the sidebar-IA work: Today becomes the gym s front door. A permission-filtered ** Needs attention ** feed
renders above the personal roster on /dashboard/today — one row per signal, count ...
문제
EgovNumberUtil.getRandomNum(int startNum, int endNum)에 두 가지 결함이 있습니다.
do {
randomNum = rnd.nextInt(endNum + 1);
} while (randomNum startNum);
1. 정수 오버플로 — endNum이 Integer.MAX_VALUE이면 endNum ...
Summary
- Add JitCliProcessTitle LLVM lowering: module globals hold the full title; Linux prctl(PR_SET_NAME) sets kernel comm
(pairs VmCli / VmCliProcessTitleNative from #5155).
- Wire cli_set_process_title() ...
Description
!-- Include a summary of the changes and the related issue. --
!-- Also include relevant motivation and context. --
Related links, issue #, if available: n/a
How has this been tested?
...
Summary
- Describe the user-facing or operational change.
Related Issues
- Closes #
- Related to #
Validation
- [ ] npm run lint
- [ ] npm run test:unit
- [ ] npm run test:coverage
- ...
- DEMO LINK
- TEST REPORT LINK
The bundler example in the readme doesn t actually work:
import wasmUrl from akarisub/dist/akarisub-worker.wasm?url
The exports map only declares . and ./worker, so anything under dist/ is blocked ...
💡 What
Converted navigation tabs in App.js (main tabs) and FactionWar.js (sub-tabs) from div to semantic button elements,
applying CSS resets (background: none , borderTop: none , etc.) to preserve the ...
目的
現在の .md 方針に合わせて、既存コードへ責務理解用のコメント、PHPDoc、JSDocを追加する。
このPRはコメント・PHPDoc・JSDoc専用です。
変更内容
- バックエンド主要レイヤーへ責務理解用 PHPDoc を追加
- React / TypeScript 側へ責務理解用 JSDoc を追加
- Action / Service / Repository ...
Part of #3501 (strangler-fig decomposition of the providers/[id] god-component toward ≤800 LOC).
What
- fix: ProxyConfigModal.onSaved called loadConnProxies(connections) which was unbound in the client ...