pullrequests Search Results · language:Dune language:Python language:HTML language:Python language:Java
Filter by
14.7M results
Summary
- Add eight switch entities: sleep, turbo, quiet, X-Fan, health, display light, energy save, and fresh air — mapped to
Gree protocol params (SwhSlp, Tur, Quiet, Blo, Health, Lig, SvSt, Air). ...
What
Single batched PR addressing 3 deep-audit findings on the Python/build front.
PEP 639 license metadata (audit item 3)
- license = { text = MIT } → license = MIT (SPDX string form).
- Drop ...
This was AI-generated by OX.
The vulnerability is an open redirect caused by directly redirecting to a URL taken from user input without validation,
allowing attackers to redirect users to malicious sites. ...
Summary
- Adds workers/youtube_channel_tracker.py: polls YouTube public Atom RSS feeds (/feeds/videos.xml?channel_id=...)
for 35 curated channels, applies per-channel high-water mark dedup, and ...
Summary
This PR standardizes GitHub automation (based on lockable-resources-plugin):
- Auto-enable auto-merge for all Dependabot PRs (squash) once required checks pass.
- Keep open PRs rebaseable ...
chore
ci
[e2e-coder] — #1115 Stage 2 (C7-solving foundation). The container backend that lets the agent edit /testbed IN the
container with zero host-diff bridge. Scope LOCKED with lead-coder (C7 prebuilt-container ...
Summary
- Restore README as a more useful public evidence and adaptation entrypoint.
- Add public-health use cases, a calibration-resolution protocol, public JSON schemas, and a read-only summary ...
from javascript import Math
Math.abs.__name__ # before
AttributeError: JavascriptFunction object has no attribute __name__
Math.abs.__name__ # after
abs