issues Search Results · language:Dune language:Python language:Java language:JavaScript language:Python language:TypeScript
Filter by
70.5M results
Create tags/categories for lists
Intent
Control nodes should receive the full suite application surface by default after upgrade. The Control role is the
operator/control-plane role and should install all discoverable suite apps unless ...
codex
We want to perform two sets of accessibility analysis on the Summit Status Dashboard widgets:
1. Lighthouse report - only for the Summit Status Dashboard widget MVP
2. Try to use a screen reader on ...
clearAllCaches() is straight-up deleting active translation jobs; when Clear Cache gets hit mid-translation it wipes
pending and singleQueue before promises get paid out, leaving anything waiting on pending ...
Factory refinement experiment 12.
What to Build
Address 12 items from the second review round on PR #445 (branch factory/run-d1f9ad2d). Changes in 3 files.
factory/eval/hygiene.py (7 fixes)
1. Gradle ...
implementation
Describe the task Make sure sysdig alerts work in prod.
Context
Discovered while investigating cold-cache perf (#336). The cold coverage run in plugin.py writes a coveragerc with
source = ., so coverage.py traces the entire tree — all source AND all test files. ...
technical-debt
the conversation-list query scans/groups the whole dm_log table, runs a correlated COUNT per row, and sorts on an
unindexed column.
what happens
getConversations (src/nostr/dm-store.mjs):
- WHERE ...
the thread lookup filters on an unindexed sender_pubkey via an OR, forcing a scan — and it s avoidable.
what happens
getConversationByPubkey (src/nostr/dm-store.mjs):
SELECT DISTINCT conversation_id ...
opening a thread fetches the entire conversation unbounded and rebuilds the whole DOM every time.
what happens
- getConversation (src/nostr/dm-store.mjs) returns all rows for the conversation (SELECT ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.