quarto-dev / quarto-dev/quarto-cli
No ISO day
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
According to the documentation, Quarto provides format strings for week (W, WW) and year (GGGG) in the ISO year calendar. However, it only provides numeric day strings with Sunday being 0 (d), whereas the ISO week begins with Monday=1 and ends with Sunday=7. It appears one cannot format a proper ISO week date such as 2022-W42-5.
Contributor guide
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 by checking the documented date format strings and locating the implementation that handles weekday formatting; the payload does not name a file or test. Done means a format string can represent the ISO weekday as Monday=1 through Sunday=7, including an example such as 2022-W42-5.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100