quarto-dev / quarto-dev/quarto-cli

No ISO day

Open
#2,970 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement upstream
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.