Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:Java language:Python

Filter by

55.3M results  (801 ms)

55.3M results

Goal Add public-safe documentation for using Claude Desktop with local MCP on Windows, including the standard config path and the managed/Microsoft Store packaged-app path distinction observed during ...
documentation

As a site User I can **click on the About link ** so that I can read about the site Acceptance Criteria - When the About link is clicked, the about text is visible.

Problem Currently, all log levels are set globally. There is no way to enable verbose logging for a specific subsystem without enabling DEBUG for everything. This means: - Enabling DEBUG floods the ...
backend
enhancement
logging

Build Failure Details Workflow: CI/CD Pipeline Run: View Run Commit: 486d7059cbdf76844d6e87e3a119017e3d2072c2 Branch: refs/heads/master Please review the logs for details.

Problem The frontend has no structured logging system. The only logging call is a single console.error in ErrorBoundary.tsx:24. This means: - Runtime errors are invisible in production - API call ...
backend
enhancement
logging

Problem Five locations in the codebase silently swallow exceptions, making cache-related failures completely invisible: | File | Line | Code | Impact | | --- | --- | --- | --- | | redis_client.py | 61-64 ...
backend
enhancement
logging

Problem The data access layer (repositories/) has critical blind spots: | Repository File | Logger State | | --- | --- | | chat_repository.py | 0 log calls — bare except at lines 39-43, 51-54 re-raise ...
backend
enhancement
logging

Problem Several service modules have import logging and logger = logging.getLogger(__name__) but never use the logger, or use it minimally. This creates an illusion of logging where there is no actual ...
backend
enhancement
logging

Problem The search endpoint (search.py) and search service (search_service.py) perform advanced repository searches with multiple filter criteria, but have minimal logging. Current state: - search.py:63 ...
backend
enhancement
logging

Problem The chat SSE streaming endpoint (chat.py) handles real-time streaming responses to user queries, but has no observability. The endpoint: - Logs nothing when a request arrives (file:38-74) ...
backend
enhancement
logging
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.