Skip to content

pullrequests Search Results · language:Edge language:Python language:JavaScript language:Java language:Python language:JavaScript

Filter by

183M results  (3 s)

183M results

Added null safe handling for imageUrls in DTOs Improved defensive programming to avoid NullPointerExceptions Added toString() methods for debugging No changes to API structure or database mapping

Summary - When a user removes a key from config overrides, the stale key survived in server.properties because _rewrite_properties_overrides only applied new overrides without clearing absent ones ...
enhancement

Automated E2E test PR - will be cleaned up automatically

This change affects how file:// paths (in particular for frame files) in a cache are handled when using (and only when) the condorpool_shared site. I think in this case, file:// should just as equally ...

Summary - Extends [tool.ruff.lint] select with TCH (flake8-type-checking) - 23 imports moved into if TYPE_CHECKING: blocks via --unsafe-fixes (needed as ruff won t auto-apply without the flag) - ...

Purpose Remove a false HTML validation command failure caused by same-event wrapper candidates that are already represented by a publisher-resolved selected article. The 2026-06-18 replay failed during ...

🔗 View agent run: https://app.netlify.com/projects/iridescent-hummingbird-e4dd7f/agent-runs/6a30a2a44d2da0144ac047f7 🤖 Agent: Codex 💬 Prompt: The Netlify deploy errored, with the following guidance provided: ...

Bumps tar and npm. These dependencies needed to be updated together. Updates tar from 7.5.13 to 7.5.16 details summary Commits /summary ul li a href= https://github.com/isaacs/node-tar/commit/cf213384ac558b539c07c830ed7cca5ffc9e8550 ...
dependencies
npm

Summary The focus-view Highlight toggle drew nothing on patch-embedder datasets — no yellow dashed box on the canvas and no region outlines on the gallery thumbnails — even with a patch-capable embedder ...

Bug format_duration_compact() in agent/usage_pricing.py (used by /usage and the insights report) formats the seconds and minutes buckets with :.0f, which rounds: if seconds 60: return f {seconds:.0f}s ...
comp/agent
P3
type/bug