Jesse Jackson
Jesse Jackson
> I think the flag name should convey the format, as with CLIs with the `--json` flag. While this is certainly ergonomic to type, I think that supporting a key=value...
[`asdf`](https://asdf-vm.com/) is great! I use it to manage [Deno](https://deno.land/) versions on macOS and Linux. I prefer Volta for the [Node.js](https://nodejs.org/) ecosystem, and the fact that it supports Windows is an...
> This isn't going to be implemented, but thanks for the feedback. @simov Thanks for the message! You're the code owner, so this is of course your decision. Would you...
Observation: If repository issue activity is any metric for discoverability, then _JSON Lines_ has an advantage. > In the interest of converging on a single standard, would it not be...
> Is there an unbiased measure we can use for deciding? @wardi Names are names and will always be arbitrary/subjective. 😅 I think it's just up to the party that...
> ```shell > for i in a b c; do echo 1 $i 2; done > ``` @niedzielski For comparison, here's what it looks like to implement your example loop...
Reference: [ISO week date - Wikipedia](https://en.wikipedia.org/wiki/ISO_week_date) In order to be able to represent ISO week dates, introduction of additional tokens are necessary because the ISO week year number is not...
> Is there an official standard for these tokens? @timreichen I found the Unicode _Date Field Symbol Table_ ([UTS report](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table), [ICU Docs](https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax)), but it doesn't include the ISO week calendar...
> Hmm, the current implementation uses LDML symbols. Is this coincidental or was it intentional? > The problem is that Luxon uses `W` and `WW` for iso week, which is...