issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript language:HTML
Filter by
61.5M results
Issue #5: Conversation History Persistence
Dependencies
- Requires #1 (Authentication) — history is scoped to user_id
- Requires #3 (Tool call loop) — tool calls and results are stored as part of ...
Issue #4: Dynamic System Prompt with Calendar Context Injection
Dependencies
- Requires #1 (Authentication) — endpoint uses Depends(get_current_user)
- Requires #3 (Tool call loop) — tool definitions ...
After installing Pennylane when trying to connect to IBM Quantum hardware getting below error
RequestsApiError: HTTPSConnectionPool(host=\ auth.quantum-computing.ibm.com\ , port=443): Max retries exceeded ...
Issue #3: Agentic Tool Call Loop with Function Calling
Dependencies
- Requires #1 (Authentication) — endpoint uses Depends(get_current_user)
- Requires #2 (Calendar write operations) — create_event, ...
Context
form_evaluations(ペース補正ベースラインに対する GCT/VO/VR ★評価。prefetch_activity_context の form_evaluation の源)は regenerate_duckdb
の対象外で、ingest 時に workflow_planner.process_activity_by_date が evaluate_and_store ...
design-approved
Issue #2: Calendar Write Operations (create/edit/delete)
Dependencies
- Requires #1 (Authentication) — all endpoints use Depends(get_current_user)
Functional Requirements
- User can create calendar ...
Issue #1: User Authentication (login/logout/session)
Functional Requirements
- Users must log in before accessing the application
- Login page with username/password fields
- Session persistence ...
Short Descriptive Title
AdversarialDriftMonitor reads SLACK_WEBHOOK_URL directly from the environment, bypassing the centralized HTTPS scheme
validation enforced by WebhookConfig in src/config/schemas.py ...
type:security
diff --git a/test/amd/helpers.py b/test/amd/helpers.py
index 8ce6d706c43c..711c7cc81a6b 100644
--- a/test/amd/helpers.py
+++ b/test/amd/helpers.py
@@ -5,6 +5,7 @@ from tinygrad.runtime.autogen import llvm ...
Bug description
this line quote_mapper: MarketMapper[dict, Quote] = mapper.create(MapperStrategy.Quote) trigger the following typing
warning Expected type MarketMapper[dict, Quote] , got MarketMapper[dict, ...

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.