pullrequests Search Results · language:B4X language:C++ language:JavaScript language:Java language:Java language:Go
Filter by
163M results
Hello @Premshaw23, this pull request implements critical documentation and code comment enhancements to resolve GSSoC
issue #16. It modifies only the existing file app/admin/loading.js to keep changes ...
背景
ASR mention 识别 prompt 缺少广播 token 引导,模型可能把 at 所有人 / at 所有 AI 当成普通成员名去匹配(YUJ-2531)。
改动
internal/service/prompt.go:在 mentionRecognitionSection 示例段之前加入「### 广播 @mention」小节,引导模型把:
- at 所有人 / at all ...
needs-human-review
size/S
Hello @Premshaw23, this pull request implements critical documentation and code comment enhancements to resolve GSSoC
issue #15. It modifies only the existing file app/activity/error.js to keep changes ...
Summary
- Filter IBKR trade metrics to actual EXECUTION rows to avoid double-counting orders, closed lots, and summary rows.
- Add Yahoo ticker/range fallbacks so symbols like 7709 and newly listed ...
Related Issue
Closes #2230
Summary
Documents Learnova s component structure, security model, and sync protocols.
Changes Made
- Created docs/architecture.md with system overview diagrams.
Testing ...
Bulk npm dependency bump (npm update + npm-check-updates where the build stays green). Verified: npm run build + npm run
lint pass.
Notable bumps
- react / react-dom 18 → 19
- @types/react / @types/react-dom ...
size/S
Summary
Finalizes the PR notification design. Clean, no-overlap ownership:
| Workflow | Trigger | Sends to |
| --- | --- | --- |
| octo-pr-result-notify.yml | [closed] + pull_request_review: [submitted] ...
size/S
概要
PR #286 のコンフリクト再発防止のため、develop→main リリース運用ルールを CLAUDE.md と dev-flow-runbook.md に明文化した。
変更内容
- CLAUDE.md「Cursor と Naoya のコミュニケーションルール」内に「develop → main リリースルール」セクションを追加
- CLAUDE.md ルール変更セルフチェック ...
area: docs
docs
- change handle_*_flag() to return bool and move UnknownArgument throwing logic to the caller (cli::Parser::parse)
- implement grouped flag parsing
- implement tests
Closes #23
Summary
1. `loadPos` の sanity check (root cause)
localStorage に古い座標が残っていて、widget は render 自体は走っているが画面外に 描画されてしまい目視できないバグを確認。 `loadPos` で screenW/screenH と照合し、はみ出した場合は
defaultPos に戻す + localStorage 掃除。 ...