Skip to content

issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:Java language:Python

Filter by

5.8M results  (398 ms)

5.8M results

Summary Glossary term presence is checked with an unanchored, case-insensitive substring search, producing false hits and false violations for short or Latin-script terms. Location backend/glossary_enforcer.py:43-49 ...
backend
bug
good first issue
priority: P2

Summary backend/transcriber.py and backend/rate_limiter.py are entirely unused leftovers from a pre-Realtime-API chunked architecture. Nothing imports Transcriber; nothing instantiates AsyncTokenBucket ...
backend
cleanup

Summary When a scan actually finds funds, scan_local.py prints NO MATCHES and emits warning: could not map unspent to a candidate for every found UTXO. The money is detected (total found is non-zero) ...
bug

Summary Several configuration values are parsed and/or documented but ignored, one is reused with a different meaning than its name, and the real control knob is undocumented. This matters most for a ...
bug
config
documentation
priority: P1

Summary Several background tasks are scheduled with asyncio.create_task(...) without keeping a reference. The event loop only holds a weak reference, so these tasks can be garbage-collected mid-execution ...
backend
bug
priority: P2

Summary On WebSocket disconnect only two of five per-session dicts are cleaned up. The rest grow unbounded for the lifetime of the process, and the vector store is torn down while the chat session that ...
backend
bug
priority: P1

Summary stopRecording() ends with a call to flushPending(), but that function is not defined anywhere in the codebase. Every Stop throws an uncaught ReferenceError into the console. Location frontend/app.js:409 ...
bug
frontend
priority: P1

In src/Pages/Events/useEventListing.js, the sortedEvents memo hook attempts to sort filteredEvents. However, the sort comparator only checks if (sortType === Upcoming ) and returns dateA - dateB. For any ...

In src/context/SessionRecoveryContext.js, the encryption key _inMemorySessionKey is stored purely in memory and never persisted to sessionStorage. When a user refreshes the page, the key is reset to a ...

The saveCachedEventDetail function in src/utils/offlineEventCache.js caches detailed event data indefinitely. The cache only prunes TTL-expired entries when getCachedEventDetail is called. Because there ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.