pullrequests Search Results · language:Dune language:Python language:HTML language:TypeScript language:Java language:JavaScript
Filter by
291M results
Summary by Sourcery
Introduce a routed app shell with a shared navbar and add a new memory management simulation page alongside the existing
CPU scheduling view.
New Features:
- Add a dedicated memory ...
Next-steps item 5: make svelte/vue systems generate in the browser playground.
The gap
The playground s VFS pack loader hardcoded the TSX shared dirs (vite/+api/+docker/) and the seeder bundled only ...
💡 What: Replaced React state-based scroll tracking with `useRef` and `requestAnimationFrame` for direct DOM manipulation
in the `Home` component. Added `will-change` CSS property and used passive event ...
Summary
Adds regression tests for three recent high-risk seams that shipped without dedicated unit coverage.
Risky behavior now covered
1. stop_task_audit Stop hook (commit f96f7a3735)
- PASS without ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: LOW
- Confidence: 90%
- Auto-fix allowed: True
📝 Summary
The application uses the subprocess ...
ai-remediation
severity-low
Security (matrix run names):
- Add @field_validator( name ) enforcing ^[A-Za-z0-9][A-Za-z0-9._-]*$ — rejects path separators, leading dots, spaces,
and control characters
- Add resolve().is_relative_to() ...
On-page SEO fixes from the site/content audit (P1 + a safe P2).
Changes (code)
- Homepage title description now use the spelled-out primary keyword ** Investment Banking ** instead of the IB
abbreviation. ...
Unified replay for optuna/optuna-examples
Записи в docs/DONE.md по смёрженным PR #156 (api — counterparty/last_message) и #157 (client — полировка Inbox). Per
CLAUDE.md §8 — добавляются только после мёржа фиче-PR.
Только docs, без изменений кода. ...
💡 What: Replaced Array.find and linear reverse for loop iteration with binary search logic for calculating the active
currentChapter and currentLineIndex within AudioProvider.tsx. 🎯 Why: The audio context ...