posit-dev / posit-dev/py-shiny
`shiny static-assets remove` does not remove all versions
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 135
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 21
Description
If shiny static has downloaded version 0.0.1, but in _static.py, _SHINYLIVE_DEFAULT_VERSION is set to, say 0.0.1dev, then shiny static remove will not delete version 0.0.1, and will instead throw an error. The shiny static remove command should be able to handle this situation.
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
Inspect _static.py and the entry point for shiny static remove; reproduce the case where version 0.0.1 is downloaded while _SHINYLIVE_DEFAULT_VERSION is 0.0.1dev. Done means the remove command deletes the downloaded version and does not throw an error in that situation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100