issues Search Results · language:Dune language:TypeScript language:Python language:HTML language:JavaScript language:Java
Filter by
77.1M results
Context
Multiple large monolithic commits were created during the bulk commit session, making code review and bisecting
impossible:
| Commit | Lines Added | Description |
| --- | --- | --- |
| 017c031 ...
documentation
enhancement
P2
What happened?
When my LLM backend spends a long time (seems to be over 5 minutes) processing a prompt without returning tokens, I get
the following error in LibreChat:
Something went wrong. Here s the ...
🐛 bug
Context
The web/src/lib/solana/event-listener.ts uses as never type assertion to bypass TypeScript type checking:
typedCallback(anchorEvent.data as never);
This defeats the purpose of the typed events ...
bug
frontend
P2
Context
The web/jest.setup.js file contains a hardcoded program ID as fallback:
process.env.NEXT_PUBLIC_PROGRAM_ID = process.env.NEXT_PUBLIC_PROGRAM_ID || BxQBY14WChkgib4nBHJkHrZKRdqNrRUqzwvRF3LBQmkT ...
bug
P2
testing
How do I use minimax API key i can t find any input area for minimax I ve seen grow etc but I can t find minimax
Context
Feature flags in feature-flags.ts were changed from opt-in (=== true ) to opt-out (!== false ), making all navigation
features enabled by default:
-export const ENABLE_WORKFLOW_NAV = process.env.NEXT_PUBLIC_ENABLE_WORKFLOW_NAV ...
bug
frontend
P2
Context
WebSocket error handling uses monkey-patching of @solana/web3.js internals rather than addressing the root cause. Two
commits introduce fragile workarounds:
1. ws-error-handler.ts patches Connection._wsOnError ...
bug
frontend
P2
Context
The core_logic refactoring in commit 017c031 extracted approximately 3,000 lines of business logic into three new
modules:
- core_logic/config_core.rs (1,037 lines)
- core_logic/netbook_core.rs ...
P1
smart-contract
testing
Context
Despite having a debug-logger.ts module and sct lint console-logs command, numerous console.log, console.error, and
console.warn calls remain in source code across multiple commits. The pre-commit ...
bug
frontend
P1
Background
Raised during review of PR #75 (refresh stale Cargo lockfiles before publish preflight).
Problem
In lading/commands/bump.py, run() rewrites manifests first and then calls _refresh_lockfiles(). ...

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.