Skip to content

issues Search Results · language:Edge language:Python language:JavaScript language:Java language:JavaScript language:PHP

Filter by

60.7M results  (752 ms)

60.7M results

- Problem: Unnecessary redundant HTTP calls – get_file_content is called twice for the same file (lines 12 and 24), and an additional httpx.get is made later to retrieve the file SHA (line 27). This ...
low
patchly
resolving
warning

Automated Error Detection The BugFixer Hub analysis detected a potential issue in the logs: Log Evidence: Recurring 401 Unauthorized errors when accessing Ollama API endpoints. Log: [ERROR] LLM 401 ...
automated-fix
log-detected

Feature Description Adding a sidebar for the subcategories. Why is this needed? Each page has a lot of subcategories/sub-pages. Navigating through a sidebar would be a plus.
enhancement

issue = create_issue(title, body, ...) except Exception as e: logging.warning(f Failed to create issue: {e} ) - **Effort**: low (medium if adding logging setup) --- ## Modernization Opportunity - **File**: ...
error
medium
patchly

Vulnerability - File: src/patchly/agent.py (function _load_web_context, approximate lines 91–120) - Type: Server‑Side Request Forgery (SSRF) - Severity: high - Description: The agent extracts ...
error
high
patchly

- Problem: Missing HTTP connection pooling – each API call creates a new TCP connection, causing unnecessary overhead (TCP handshake, TLS negotiation) on repeated requests. This affects all functions ...
error
low
patchly

- Problem: Redundant disk I/O – each analyzer independently reads all source files from disk again, even though the content could be shared. With N analyzers and M files, the file system is hit N×M ...
error
low
patchly

- Problem: github_client.py appears to be a direct client for GitHub’s REST or GraphQL API. It likely handles authentication, pagination, resource mapping, and error handling specific to GitHub. ...
error
medium
patchly

- Problem: The web.py module, presumably a web interface (e.g., Flask or FastAPI), likely imports and directly calls modules like agent.py, analyzers, and github_client.py inside route handlers. ...
error
medium
patchly

File: /home/runner/work/patchly/patchly/src/patchly/init.py - Line 11: Bare except Exception catches all exceptions, including programming errors (e.g., KeyboardInterrupt). → Catch only the expected ...
error
high
patchly
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.