issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:HTML linked:pr
Filter by
2.3M results
Summary of What Needs to be Done
Fix a memory leak in the parseResumePDF function in src/utils/aiProfileParser.js. The function uses setTimeout to
simulate a network delay, but does not provide any way ...
Two related gaps in code quality
1. Zero test coverage
The codebase has 0% test coverage. The most critical logic — the Lazy Sweeper grace period, wash score penalties, score
bonuses, and the start-wash ...
Summary of What Needs to be Done
Add a typeof crypto === undefined guard in createSessionId in src/utils/sessionSnapshot.js to prevent a crash when the
crypto global is unavailable.
The function checks ...
Summary of What Needs to be Done
Add SSR (Server-Side Rendering) guards to the storageManager utility in src/utils/storage/storageManager.js to prevent
crashes when accessed during SSR.
The storageManager.get() ...
Summary of What Needs to be Done
Add SSR (Server-Side Rendering) guards to the addLocalNotification function in src/utils/waitlistUtils.js to prevent
crashes when the function is called during SSR (e.g., ...
Bug Description
Currently value clamping is validated on every keypress, causing forced rounding that prevents typing in values that are
well within the desired range. For example, typing 13 results in ...
bug
When the date is changed in the observing date picker, shift all target start/end locks by the date delta to keep them
on the current night s schedule.
Airmass plot tooltip displays too many labels, making the hovered target unreadable. Set mode nearest to only show the
hovered series.
Checkboxes for standard stars in the UI should only allow checking stars that are visible in the twilight-bounded
interval (sunset + 30m to sunrise - 30m) to match the backend constraints.
Increase max_search_iterations to allow the solver to search deeply and satisfy constraints without aborting and
dropping targets.

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.