Eemeli Aro

Results 571 comments of Eemeli Aro

Mostly I'm trying to consider this from the point of view of a translator, in a situation where they want to add a parameterized term to an FTL file. I'm...

No such current plans exist. The source files include `.js` extensions when importing TypeScript files; is that still unsupported in Deno?

A while ago I built something like this, [fluent-compiler](https://github.com/eemeli/fluent-compiler), but have not updated it since; it's mostly based on the same thinking that's behind the [messageformat](https://github.com/messageformat/messageformat) project. If you're interested...

@Demivan Good point, this does look obsolete. @zbraniecki, would you agree?

@zbraniecki While I get your point about there being a possible security concern in the now-merged shared memoizer allowing for an Intl object to be a communication pathway between bundles,...

My issue was with needing different handling for a terminating `}` token depending on whether the stack was empty or not. I ended up working around the issue by adding...

Oh, something like that would certainly work as well. I guess my general point here is that sometimes it's useful (but clearly not essential) to access the lexer's context when...

`yamllint` is wrong here. Unfortunately, `:` is a valid alias character, which means that it doesn't get included as a mapping indicator here, but as a part of the alias....

@gorkem When testing this manually myself, I see this: Is there a way for `vscode-yaml` to also show the warnings produced by `yaml`?

For Intl.NumberFormat v3, [`intl-pluralrules@next`](https://www.npmjs.com/package/intl-pluralrules/v/next) should be a spec-compliant polyfill for the Intl.PluralRules object, in particular including the added `selectRange()` method.