Skip to content

pullrequests Search Results · language:Dune language:Python language:Python language:Java language:Go language:JavaScript

Filter by

205M results  (2 s)

205M results

Replace hardcoded absolute icon path with a relative path computed from file (genie.ico) and import os locally. Wrap loading in a try/except to avoid crashing if the icon is missing or cannot be loaded, ...

Summary Fixes #27 — the Signal receive loop leaked a ~21MB libsignal* temp dir per signal-cli invocation until the disk filled (87GB / 4,455 dirs observed). Root cause: every poll spawns a fresh JVM ...

What does this implement/fix? The trigger extraction in script/sync_components.py only scanned each schema s own config_vars, so triggers a hub inherits through extends were never attributed to the configurable ...
bugfix

Summary Follow-up to #155 (merged, released as 2.0.0-beta.13). That PR added two block comments to watchPermission explaining why the change listener is registered before the upfront emit and why it s ...

Summary - The variable mabcColor on the app/history/[studentId].tsx [Line 59] was updated to default format. Validation - Local Test

🤖 Multi-Agent Code Review — suggested fixes This PR proposes fixes for #1 based on 6 finding(s) the multi-agent reviewer surfaced. Files changed by the agent: - app.py - tests/test_app.py CI status ...

Closes #201. Problem Clicking Add Layer appended the new layer to the bottom of the order. Because CanvasScene.reorder_layers() treats list index 0 as the top (highest z-order), a freshly created layer ...

Summary - keep failing closed when an infra-failed Strix attempt also produced severity markers - allow a later complete fallback scan to pass when an earlier primary model failure produced no findings ...

Filed by the periodic trace-review pass. Source trace: 5ff3ee8f5c5005a1c59b54dfb0acdebd (session 20260612T155502Z-add-unit-test-for-update-record-source-542c, name implement, total cost $0.0135). Deterministic ...

Summary - Replace BrowserRouter + Datadog Routes with createBrowserRouter + RouterProvider from @datadog/browser-rum-react/react-router-v7 so RUM views use route templates (e.g. /dashboards/group/:groupId). ...