[Documentation] Can the main README specify whether it works on windows or not
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 35
- Forks
- 10
- Avg merge
- 31m
- Merged PRs (30d)
- 2
Description
Can the main README specify whether it works on windows or not?
I work mostly on Linux and here everything works well.
Recently I had a use case to also use windows, and delete pages from a .pdf
file. For this I create a backup file first. In the past I was copying the .pdf
file to a temp directory, but this is not always available, so I was thinking
of also adding support for tempfile, and then letting the user decide
what to use. It would be helpful to know whether tempfile works on
windows as-is, and whether there are any issues in this regard.
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
Start with the main README and review how tempfile is expected to work on Windows for the PDF backup use case described. Verify whether the current behavior works as-is and identify any relevant caveats, then document the supported status and limitations in the README.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100