Richard Gibson
Richard Gibson
Please don't proceed here without reading at least the introduction of the ECMAScript [Temporal proposal](https://tc39.es/proposal-temporal/), which already incorporates lots of research and decisions in exactly this space. Java separates durations...
[`ETag`](https://www.rfc-editor.org/rfc/rfc9110.html#section-8.8.3)s are representation-specific unless explicitly marked as weak, which means that they must vary by presence vs. absence of compression/whitespace/etc. (for example, the extra level of indentation from pretty-printing a...
Relevant prior discussion: #285 (https://github.com/serverlessworkflow/specification/issues/285#issuecomment-853431146 even includes several of these options)
I'm ambivalent about that, especially dropping `resolvedOptions` at a varying position for each prototype—there's something to be said for a simple rule, but also for tweaking that rule to highlight...
I remember raising this concern multiple times, including a flavor of it in the summary it at https://github.com/unicode-org/message-format-wg/issues/512#issuecomment-1817913293 — relevant excerpt from linked comment: > I feel strongly that iterative...
Before bikeshedding on specific names, can you clarify the "zone" data model and how this proposes to extend it? I haven't looked in a while, but my understanding is we're...
Related: #3196
I also lack strong feelings here, and since we currently have alignment between spec and implementation, my inclination is to leave the situation as-is.
I share that preference, and once removal of PST8PDT has fully propagated, we'll be in a position where the change from case-sensitive sorting to case-insensitive is unobservable, at which point...