pullrequests Search Results · language:Dune language:Python language:HTML is:unmerged language:Vue
Filter by
31.9M results
Summary
Adds a gentle WELCOME.md orientation page and polishes README onboarding.
Changes
- add WELCOME.md as first-entry orientation layer
- link README to the new welcome guide
- switch UI setup ...
Automated test pull request
Add a new chapter on graphics (Chapter 14) covering GPU, GLSL, WebGPU, 3D math, modeling, main loops, and ECS.
Fixes #18
PR created automatically by Jules for task 4804049181456246226 started by @sonneko ...
背景 (Tier 0 ② mobile safety roadmap)
新增药物时, POST /api/v1/medication/medications 此前不跑安全检查 —— 致命的药物相互作用 (DDI/DSI/PGx) 要等到 23:00 的批量异常检测才会被发现, 最长延迟 23 小时. 本 PR
把检查提前到 加药的那一刻 .
改动
Backend (app/api/medication.py) ...
May 2026 security remediation — finding H1
Problem
The _OPERATOR_PERMISSION_CEILING (forbids the operator granting can_spawn/can_use_wallet=True, bounds blackboard
read/write patterns) was enforced only ...
Automated test pull request
💡 What: Replaced the sequential for loop over the multi-view dimension with batched PyTorch tensor operations in the
MVDetLikeNet.forward pass by flattening the batch and view dimensions (B * V).
🎯 Why: ...
Summary
#58 — Typed Event dataclasses for RCE streaming
- Creates backend/app/services/rce/events.py with four dataclasses: StdoutLine, StderrLine, ExitEvent, ErrorEvent
- Each carries exec_id + ...
backend
feature
Automated test pull request
Summary
- Update Microsoft Foundry examples to use gpt-5-mini.
- Use Foundry User RBAC instead of Azure AI user/developer roles.
- Update Microsoft Agent Framework examples and dependencies.
- ...