issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:HTML language:Java
Filter by
61.7M results
Feature Request
Users can check balances, lock/unlock cards, and transfer funds, but there is no way to view transaction history. This
is a core banking feature expected by users.
Proposed Implementation ...
Problem
In ui/chainlit_app.py, core components are stored as global variables:
llm_core = None
rag_engine = None
intent_router = None
logger = None
langwatch_tracker = None
These are re-initialized ...
Problem
src/components/Dashboard.tsx is 2420 lines with 54 hook calls. It handles many distinct concerns in one file:
1. Contract list display + sorting/filtering
2. Transaction history display
3. ...
Problem
llm/llm_core.py has no error handling for Mistral API calls. If the API is down, rate-limited, or returns an unexpected
response, the entire application crashes.
Affected methods:
- generate_response() ...
Problem
The prompt injection detection in security/safety_filters.py uses simple regex patterns:
INJECTION_PATTERNS = [
r ignore previous instructions ,
r disregard all ,
r forget your role ...
Problem:
Currently, our live interpretation system only outputs transcriptions and translations as raw text on the screen. While
this is great for reading, it requires users to constantly look at the ...
enhancement
특정 게시물에 대한 댓글 리스트 조회
Why
The issue-workflow skills (/issue-add, /issue-start, /issue-yolo, /issue-finish, /issue-triage, /issue-batch,
/issue-finish-batch) only resolve in Claude Code today. That s now a blocker for a downstream ...
enhancement
Severity: Critical
Description
The recover() function in SafeDelay_NFT.cash is intended to allow the recovery key to move funds to cold storage without
any timelock. However, it only checks that tx.inputs[1] ...
📋 Problem
Setelah user submit data (misal: tambah alert, edit watchlist), cache masih return data lama.
🎯 Solution
function onCacheInvalidate(view) {
invalidateCache( /api/ + view);
delete _loadedViews[view]; ...
performance
priority:medium

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.