pullrequests Search Results · language:Edge language:TypeScript language:PHP language:TypeScript language:Python language:Python
Filter by
149M results
Improvements:
- Added support for device tag association in the restore task. That is, devices in the backup that were associated
with a tag and are present in SD-WAN Manager will be reassociated ...
This is an automated pull request to synchronize this repository with the latest configuration
blocklist addition
Summary
Human wordsmith pass over docs/app-store-copy.md — the App Store listing copy for the free v1.6.2 MAS release.
- Resolved + removed the draft-notes block (free repositioning, branding, crash-reporting ...
Customer-facing and operator-facing docs updated to reflect v0.3 (HMAC + completeness). RUNBOOK changes are already on
main from an earlier merge. This PR covers:
- ARCHITECTURE expanded with HMAC lifecycle, ...
Load test found a queueing ceiling (~315 rps, p95 5s) with CPU at 23% and Postgres idle: sync handlers in a 40-thread
pool + a 15-conn SQLAlchemy pool. Raise pool to 64 conns/worker + threadpool to 64. ...
Update sky-checkbox to use labelText instead of the deprecated label. This should fix leaking sky-checkbox label
warnings transitively thrown by @skyux/grids usage
picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg
source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...
Summary
Staff draft review page (/cc-admin/drafts/ id ) crashes with UndefinedError: str object has no attribute get when
viewing any RoD-imported character draft.
Root cause: CC drafts store predatorType ...
💡 What:
Parallelized the academic scoring process in stages/stage4_scoring.py. Refactored the sequential scoring loop into a
concurrent implementation using ThreadPoolExecutor with 3 workers.
🎯 Why: ...
Optimize Command Palette Search Workflow
📝 Description
This PR improves command palette responsiveness by introducing a reusable command search preparation layer and
optimizing command lookup operations. ...