issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:Python linked:pr
Filter by
5.9M results
Why
backend/src/models/auth.py:77-106 defines three API-key response shapes that the /api/keys/* routes return:
- APIKeyResponse (7 fields) — returned by POST /api/keys; contains the full key text ...
Problem
The shipped cross-UTub search mode (Phase 2, #640) used a 200ms keystroke debounce that could fire out-of-order requests
(e.g. ABC → A landing last), and its exit affordances (a header ✕ plus ...
enhancement
Summary
campaignlib/api/batch.py calls time.sleep() in four places but never imports time. Any code path that sleeps — every
retry backoff and the poll loop — raises NameError: name time is not defined ...
Problem
Downstream consumers (xcsh, vscode-f5xc-tools) need per-kind defaults knowledge to export F5XC resources with only
minimum (non-default) settings. Today each consumer would have to walk the enriched ...
Render s free tier spins the service down after ~15 min of inactivity, causing a cold start on the next request.
Add a lightweight frontend keep-alive that pings /api/health on an interval while the app ...
backend
enhancement
Overview
Creates docs/ENGINEERING.md as a plain-language summary of the software engineering principles followed throughout this
project, covering version control, CI/CD, code quality, project management, ...
Summary
A DepositResponse is supposed to be sent only by the arbitrator, but nothing verifies that. A malicious trade
counterparty can forge a DepositResponse to its peer and drive the peer into deleting ...
Feature Request
Problem
AWSBedrockLLM always creates its own boto3 client internally using the global credential chain (env vars,
~/.aws/credentials, etc.):
self.client = boto3.client( bedrock-runtime ...
Problem
ci-standard.yml cleans stale Python tool cache state immediately before actions/setup-python while also pointing
AGENT_TOOLSDIRECTORY at ${{ runner.temp }}/_tool_cache.
On self-hosted Linux Mint ...
Fix comparateur module

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.