issues Search Results · language:Dune language:Python language:TypeScript language:Python language:JavaScript language:CSS
Filter by
57.8M results
Bug: Silent Data Loss in TaskOutputStore
File: src/task/storage/TaskOutputStore.ts lines 99-104
Issue: Write errors caught silently, data loss without notification to user.
Impact: Silent data loss ...
Bug: Memory waste - dual stream state always created
File: src/model/streaming/normalizeStreamEvent.ts lines 21-25
return {
anthropic: createAnthropicStreamState(), // Always created
openai: createOpenAIStreamState(), ...
Bug: Gateway Port Not Exposed in Docker
File: docker-compose.yml lines 5-8
Issue: Gateway port 18789 not exposed in Docker compose, making container networking fail.
Impact: Users cannot connect to ...
Pre-flight checks
- [x] I have searched existing issues and discussions for a similar request.
- [x] This request is about Markra itself, not a provider-specific support question.
Problem
如题,高亮还是挺常用的,可以考虑加进浮动工具栏中 ...
enhancement
Bug: WebSocket Reconnect Race
File: ui/src/contexts/WebSocketContext.tsx lines 60-73
Issue: Token change + cleanup race. Reconnect timeout is hardcoded. Token change doesn t trigger clean reconnect. ...
Bug: AsyncEventQueue Error State Loss
File: src/web/client/GatewayBrowserClient.ts lines 327-332
private next(): Promise IteratorResult T {
if (this.error) {
const err = this.error;
this.error ...
Security Bug: Path Traversal
File: src/extension/skills/SkillManager.ts line 29
const SLUG_RE = /^[a-zA-Z0-9][a-zA-Z0-9._-]{0,99}$/;
Issue: Only checks literal .. — misses URL-encoded traversal.
Security ...
Instead of having to click save, consider saving changes on exiting the edited field
Security Bug: Shell Command Injection
File: src/task/runtime/BackgroundTaskRuntime.ts lines 100-105
child = this.options.spawn(spec.command, {
shell: true, // No validation
detached: true,
});
...

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.