Shane F. Carr

Results 1769 comments of Shane F. Carr

It's less about the work and more about not being blocked on a specific administrator who knows how to do it.

Yes, this can be done in a few steps: 1. Manually add all contributors to an allowlist in GCP and switch to Workload Identity Federation for the docs build jobs...

It looks like we can use `pull_request_target` to grant access to the job from PRs. One tip is that we could use PR labels to conditionally run the job. For...

I think it will be a better use of time to just set aside 10 minutes of meeting time to wordsmith this together, rather than throwing drafts back and forth.

https://github.com/unicode-org/icu4x/pull/5215 Agreed description of the `icu` crate: "ICU4X: International Components for Unicode, written in Rust" Description of the `icu4x` crate: "For ICU4X, see the `icu` crate." For comparison, `rust_icu`: "Native...

I made a new issue to follow-up on changing the `icu4x` crate description: https://github.com/unicode-org/icu4x/issues/5579

The spec currently says: > 4. Sort result in order as if an Array of the same values had been sorted using %Array.prototype.sort% using undefined as comparefn. We stated previously...

TG2 discussion on 2025-02-06: https://github.com/tc39/ecma402/blob/main/meetings/notes-2025-02-06.md#normative-dont-add-default-formatting-to-lone-era-or-timezonename-957

Although I would love to see this, I propose that we close this PR given that the following code has worked since Intl 1.0 and seems like a reasonable thing...

Era was an option in Intl 1.0: https://402.ecma-international.org/1.0/index.html#sec-12.1.1.1 But even at that time, it was not not included in the list in question. Same applies to timeZoneName.