Eemeli Aro

Results 571 comments of Eemeli Aro

That looks like a typo originally made [here](https://github.com/projectfluent/fluent.js/pull/22/files#diff-420820ca793c60931eb5f1d01c791a735b37685648bb8c4fbffd294cd15ecff0R12) for fluent.js, and then ported to this implementation. Given that there is no code path that that produces a Generic Error, a...

The linter failure seems like it's maybe a bug in its exclusion rules? ``` /home/runner/work/test262/test262/test/language/import/import-attributes/text-javascript_FIXTURE.js: LICENSE - Invalid Copyright header ``` Do `_FIXTURE` files really need a copyright header, if...

The message directly in the JS file is there as a fallback, if loading the localization data fails or if the message is not available in the target locale. If...

Could we also reorganise the design docs a bit? Right now they're all next to each other under `exploration/`, which isn't really obvious, and makes it a bit hard to...

I find that git is actually pretty great with renames/moves. Is there some specific way in which it's bad for you? And in any case, aren't we including PR links...

The reason for my request is in fact our current state of affairs. For example: - `builtin-registry-capabilities.md` has been "proposed" since September, and there has been no PR on it...

One option would be to return an explicit `und` for locales that are supported, but for which no additional data is needed.

As a whole the `yaml` library's focus isn't on performance, but correctness and capabilities. That being said, I am not opposed to performance improvements (e.g. the just-released 2.8.0 should improve...

> I have a question about the yaml parsing : would I make sense if all the yaml manipulation (read/parse/write) were not in JS but using bindings with a compiled...

You appear to be hitting this problem: https://nextjs.org/docs/messages/context-in-server-component Unfortunately I'm not aware of a current SSR use of fluent.js internally at Mozilla, and I haven't worked with Next.js for quite...