issues Search Results · language:Dune language:Python language:JavaScript language:Java language:CSS
Filter by
56.4M results
Problem: We need to update the old copy that lies on the homepage
Solution: I ll provide corresponding pictures to the text as well as providing the text here to copy paste. I ll also
provide the style ...
File: src/main/java/org/flossware/curses/api/Button.java Lines: 69-91
Issue: The addActionListener(), removeActionListener(), and fireActionEvent() methods access the actionListener field
without synchronization. ...
bug
concurrency
File: src/main/java/org/flossware/curses/InteractiveDemo.java Lines: 574-578
Impact:
- CPU overhead: Full screen repaint on every frame
- I/O overhead: Redraws unchanged content
- Major performance ...
performance
Context
calibre/reconciliation/ (#84, PR #119, merged 2026-06-06) implements BottomUp, TopDown, and MinT point-forecast
reconciliation as a custom package. The forecasting stack is already full Nixtla ...
tech-debt
File: src/main/java/org/flossware/curses/api/Button.java Lines: 57-85
Issue: The getText(), setText(), getIcon(), and setIcon() methods access shared state without synchronization, while
paint() reads ...
bug
concurrency
File: src/main/java/org/flossware/curses/InteractiveDemo.java Lines: 547-551
Impact:
- CPU overhead: O(width × height) character writes
- I/O overhead: Excessive system calls
- Called on every ...
performance
File: src/main/java/org/flossware/curses/api/TextField.java Line: 333
Issue: String.repeat called with potentially negative argument:
String padding = .repeat(getWidth() - visibleText.length());
...
bug
Add a search capability to the app
File: src/main/java/org/flossware/curses/InteractiveDemo.java Lines: 12-19
Issue: The demo creates UI components that are shared across multiple threads (event handlers, render thread) without
proper ...
bug
concurrency

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.