issues Search Results · language:Dune language:Python language:Python language:Java language:JavaScript
Filter by
54.7M results
File: src/main/java/org/flossware/curses/api/Menu.java Lines: 8, 14-16
Issue: The items ArrayList is accessed in addItem() and potentially during rendering without synchronization.
Race Condition Scenario: ...
bug
concurrency
Context
When the auto-maintain workflow completes successfully, send a Discord notification including cost and duration. This is
the Workflow Completed (Success) event from FR3.
All changes go in .github/workflows/auto-maintain-reusable.yml. ...
feature
infra
observability
File: src/main/java/org/flossware/curses/api/Frame.java Line: 61
Issue: Title display string is recreated on every paint() call even when the title hasn t changed.
Impact:
- Repeated allocation overhead ...
performance
File: src/main/java/org/flossware/curses/api/Slider.java Line: 66
Impact:
- CPU overhead: String.format is expensive (parsing, boxing)
- GC pressure: Creates temporary objects
- Called at frame ...
performance
File: src/main/java/org/flossware/curses/api/TextField.java Lines: 327-329
Issue: Multiple substring operations with selection bounds without validation:
String beforeSelection = visibleText.substring(0, ...
bug
Context
The team needs to know when an auto-maintain workflow begins executing so they have real-time awareness without checking
the GitHub Actions tab. This is the Workflow Started notification from ...
feature
infra
observability
Context
After each Claude session (success or failure), we need to append a cost entry to COSTS.md in the target repository (the
consumer repo being maintained, not answering-automation-infra). The entry ...
feature
infra
observability
File: src/main/java/org/flossware/curses/api/Dialog.java Line: 173
Issue: Title string is recreated on every paint() call even when the title hasn t changed.
Impact:
- Repeated allocation overhead ...
performance
Living overview of planned work, grouped by milestone. Released: v0.3.0 (per-server permissions, server branding, real
token counts, UI polish — #18).
🎯 v0.4.0 — next release
- [ ] #5 @-mention autocomplete ...
roadmap

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.