hedge-dev / hedge-dev/UnleashedRecomp
Show a warning and ask the user if they want to proceed when not enough space is available.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 421
- PR merge metrics
- No merged PRs in 30d
Description
Currently the error message you get is very vague when you try to install without enough space, as it's a generic file creation error. This could be mitigated by showing a warning before proceeding with the installation if not enough space was detected, and asking the user if they're sure they want to proceed, defaulting to 'No'.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a file, test, or entry point. Locate the installation flow and its existing generic file-creation error, then trace how available space is checked before installation. Done means insufficient space produces a warning and a confirmation that defaults to “No,” while sufficient space proceeds normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100