pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:HTML language:HTML
Filter by
176M results
- docs: add Phase 3 — Detection automated remediation
- chore: CFS issue
- docs: update handoff to reflect Phases 1-3 complete + GitHub repo
- docs: add Phase 4 — Perimeter defense logging integrity ...
Problem
ChatCompletionRequest.parallel_tool_calls was a non-Optional bool, so a client sending parallel_tool_calls : null got
an HTTP 422. (ResponsesRequest already declares it Optional[bool].)
Fix ...
Automated pull request for browser extension Playwright tests.
!-- YOU MUST FILL OUT THIS TEMPLATE FOR YOUR PR TO BE ACCEPTED!
Requirements
!-- Your domain MUST pass ALL the requirements below, otherwise it WILL BE DENIED. -- !-- Change each checkbox to [x]
(all ...
Automated pull request for browser extension Playwright tests.
Problem
load_audio decoded the entire stream unconditionally on both backends, so a tiny compressed payload that expands into
hours of PCM could exhaust host memory (a decompression-bomb DoS reachable ...
Migrate dependency and environment management from Poetry to uv.
- pyproject.toml: Poetry tables converted to PEP 621 [dependency-groups] + [tool.uv]; uv.lock replaces poetry.lock.
- pre-commit: non-ASCII ...
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| actions/checkout | action | major | v4 → v7 |
Release Notes
details summary actions/checkout ...
Problem
top_logprobs_num flows into logprobs.topk(k); when k vocab_size the topk call raises a RuntimeError deep in the model
forward, so a request with e.g. top_logprobs: 100000 fails with an opaque ...
Summary
- Adds Code.gs — the Google Apps Script backend that powers the booking API
- Handles booking creation, cancellation, and cancel requests via doGet / doPost
- Assigns Co-pass Wi-Fi credentials ...