Wirasm

Results 16 issues of Wirasm

# Pull Request ## Summary Fixes issue #273 where bug reports were being submitted to the old repository URL and had confusing auto-generated titles. ## Changes Made - Updated repository...

## Description The MCP server logs show `[ERROR]` level messages for what are actually successful SSE (Server-Sent Events) debug outputs. This is misleading and makes it appear as if there...

bug
looking into it

## Problem Statement Multiple components across the codebase implement inline editing with auto-save functionality, but each has different patterns and varying levels of error handling: - `EditableTableCell` uses `setTimeout` without...

enhancement
good first issue
refactor

## Problem The backend logs show numerous 'Event loop is closed' RuntimeError exceptions during crawling operations. While these errors are **non-fatal** and don't prevent the crawling/processing from completing successfully, they...

bug

# Progress Tracking System Simplification ## Problem Statement The current progress tracking system is **overly complex and difficult to debug**. A recent investigation into a simple off-by-one error required tracing...

enhancement
refactor

## Problem The current backend uses as the field name for AI-generated code example titles, which causes confusion: 1. **Generic naming**: is vague and doesn't clearly indicate it's for code...

enhancement