Eemeli Aro

Results 571 comments of Eemeli Aro

This string is now getting special treatment in Pontoon so that it at least doesn't break the UI for localisers.

Yeah, the current Pontoon UI for messages with variants uplifts all of them to be complete patterns. In almost all cases this provides a better experience, except e.g. here, where...

Just to let you know, under mozilla/pontoon#3538 we're changing how Pontoon serialises message files (in the next month or two). If this message isn't fixed (e.g. by merging #3909), then...

@HarikalarKutusu Please see #3909 for a fix that I recommended two years ago. The problem comes from the localized message needing to account for four numbers being possibly _any_ number,...

It seems s bit surprising that this would fail in Deno, given the TypeScript itself is fine with resolving `.js` into `.ts`. I don't use Deno myself, so if there's...

Seems like this is a relevant upstream issue: Microsoft/TypeScript#27481 Deno is being rather strange here, as changing the extensions in the source to `.ts` causes tsc to fail with this...

I've previously participated in some of the discussion at denoland/deno#9569, but as you also mention, the Deno approach seems to be to figure out what works best in isolation of...

PRs welcome for adding a separate Deno endpoint and build that renames the imports and adds tests verifying that the result works in Deno.

> * I had to mark whether something was a type export or a normal export > * needed to prefix node builtins with "node:" > * needed to add...

Splitting the parser and stringifier apart is ... hard. Not only is the code deeply intermingled, but there are also corner cases where the parser is required for stringification. Consider...