issues Search Results · language:Dune language:Python language:JavaScript language:Java is:public language:JavaScript
Filter by
54.7M results
File: src/main/java/org/flossware/curses/api/Table.java Line: 201
Issue: HashSet is copied on every access, creating unnecessary allocation overhead.
Impact:
- Allocation overhead for defensive copies ...
code-solve-in-progress
performance
CI Failure
Workflow README Generator failed and could not be auto-healed.
- Run: https://github.com/jclee941/idle-outpost/actions/runs/27072616883
- Branch: master
Start note
- Date: 2026-06-06 20:05 UTC
- Lane: Lane 01 -- Bootstrap docs and folder charter
- Bounded objective: update the existing zigux-alpha/lane01_phase11_simple_production_drivers_contract_build.zig ...
File: src/main/java/org/flossware/curses/api/ListComponent.java Line: 79
Issue: LinkedHashSet is copied on every access, creating unnecessary allocation overhead.
Impact:
- Allocation overhead for ...
code-solve-in-progress
performance
File: src/main/java/org/flossware/curses/api/ScrollPane.java Lines: 137-152
Issue: Viewport clipping logic lacks comprehensive bounds validation:
for (int y = 0; y viewportHeight; y++) {
for (int ...
bug
code-solve-in-progress
CI Failure
Workflow .github/workflows/ci.yml failed and could not be auto-healed.
- Run: https://github.com/jclee941/idle-outpost/actions/runs/27072616978
- Branch: master
File: src/main/java/org/flossware/curses/api/Separator.java Lines: 25-32
Impact:
- I/O overhead: Multiple system calls instead of batch write
- CPU overhead: Function call per character
- Called ...
code-solve-in-progress
performance
File: src/main/java/org/flossware/curses/api/ListComponent.java Line: 38
Issue: List.copyOf creates defensive copies on every access, even when immutability could be guaranteed through other
means.
Impact: ...
code-solve-in-progress
performance

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.