Eemeli Aro

Results 571 comments of Eemeli Aro

Closing, as the publication of the package on JSR (https://jsr.io/@eemeli/yaml) now allows for it to be installed in Node.js (or elsewhere, with similar commands) using ```sh npx jsr add @eemeli/yaml...

`und` is not supported in browsers. Supporting it would probably fix some of the use cases of the [Stable Formatting proposal](https://github.com/tc39/proposal-stable-formatting), but not all.

That would probable make sense, as long as we don't forbid current locale lookup usage, as in ```js new Intl.Locale('und-Guru').maximize().baseName === 'pa-Guru-IN' ```

Yup, that's a bug. The empty value ends up with a `spaceBefore: true`, even though that should probably end up on the subsequent `anothermap` key. PR welcome, not sure when...

This seems pretty well aligned with MF2's custom functions, which is how it allows for something like messages references. I do have some concern about a general-purpose `MSGREF()` being potentially...

> Currently, Pretranslation is tightly integrated with sync in order to minimize time between exposing new strings for localization and pretranslating them. What's your plan with this? Ah, I'd missed...

This is now at the dangerous stage of _looking_ like it works. But some verification work still remains: - [x] Add tests for the fixtures used by the old sync...

I've now manually validated the refactor by running it against the last three months or so of changes on pontoon.mozilla.org and fixing all of the issues that initially arose, until...

Fixed the download action & added a test for it.

> I can now download files from AMO Linter, but downloading from Firefox still fails on stage (it works locally). From my own experimentation, it looks like there's at least...