issues Search Results · language:Dune language:Python language:HTML language:Java language:JavaScript language:Python
Filter by
61.3M results
File: src/main/java/org/flossware/curses/api/BorderLayout.java
Line: 15
Issue:
The addLayoutComponent(String position, Component component) method accepts null position and component parameters
without ...
bug
File: src/main/java/org/flossware/curses/api/StatusBar.java Lines: 24-26
Issue: The getText() method reads the text field without synchronization, while setText() appears to be synchronized (if
following ...
bug
concurrency
As a Product Owner, I want to analyse the worst-case time complexity of the pathway verification procedure.
File: src/main/java/org/flossware/curses/Main.java Lines: 277-293
Issue: Hardcoded array dimensions (80x24) may not match actual terminal size:
CharInfo[][] buffer = new CharInfo[24][80];
Trigger Scenario: ...
bug
File: src/main/java/org/flossware/curses/api/TextField.java Line: 333
Impact:
- GC pressure: String allocation on every paint cycle
- CPU overhead: String concatenation overhead
- Called at frame ...
performance
Problem
Container.java has a redundant lastSnapshotSize field that duplicates information already available from
cachedSnapshot.size().
Location
src/main/java/org/flossware/curses/api/Container.java:18 ...
enhancement
File: src/main/java/org/flossware/curses/api/Dialog.java Lines: 96-116
Issue: The setStatusBar() method modifies two fields (statusBar and potentially calls remove()/add()) without
synchronization, and ...
bug
concurrency
File: src/main/java/org/flossware/curses/api/TabbedPane.java
Line: 17
Issue:
The addTab(String title, Component component) method accepts null title and component parameters without validation,
which ...
bug
code-solve-in-progress
File: src/main/java/org/flossware/curses/api/TextField.java Lines: 178-191
Impact:
- Algorithmic complexity: O(n²) for inserting multiple characters
- Becomes noticeably slow with long text input ...
performance
Summary
Let operators delete runs — individually and in bulk — to clear junk (failed test runs, aborted dogfood runs, throwaway
ZZ-* experiments) that piles up in /runs. Today runs accumulate with no ...
enhancement

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.