pullrequests Search Results · language:Edge language:Python language:PHP language:Java language:Java language:Python
Filter by
101M results
Bumps https://github.com/charliermarsh/ruff-pre-commit from v0.15.12 to 0.15.15. details summary Release notes /summary
p em Sourced from a href= https://github.com/charliermarsh/ruff-pre-commit/releases ...
Problem
On event definition pages, users can filter the matching events table and open a replay from one of those events.
Closing the replay can trigger a parent re-render, and the embedded query was ...
repl and str also
fixes #92
Example:
import pydartdiags.obs_sequence.obs_sequence as obsq
obs_seq = obsq.ObsSequence(file=None)
obs_seq
ObsSequence(file=None)
print(obs_seq)
ObsSequence: ...
Summary
- add unit coverage for the Windows CLI process-liveness path that avoids os.kill(pid, 0)
- cover the tunnel wrapper so it keeps using the shared helper
- cover Windows tunnel termination ...
Reverts rakamsite/adforder#12
Overview
Add dashboard analytics with KPIs cards and status charts.
Changes
- Total customers
- Total Shipments
- Total Outstanding Amount
- Total Pending Shipments (Next 24hours)
- Quotes ...
feature
Audio:
- Spoken replies now broadcast over the SSE bus so every synced window hears the response, not just the live window
running inference.
- New POST /api/events/publish relays a speak event ...
Replace shell command interpolation with Python file I/O in set_proxy() to eliminate command injection via
user-controlled proxy settings.
Changes:
- Add validate_proxy_value() to reject control characters/newlines ...