Eemeli Aro
Eemeli Aro
As identified in #2864, our CSS boilerplate is originally from [h5bp/html5-boilerplate](https://github.com/h5bp/html5-boilerplate), but has not been kept updated with the upstream. It would be good to review the changes that have...
Increment the minimum supported Python version to 3.9, and update code style and dependencies accordingly.
While preparing yet another presentation on MF2, I needed to write a simple example that got me thinking: ``` .input {$count :number} .match {$count} one {{You have {$count} apple}} *...
This PR is effectively an extended comment on the ongoing discussion in #515 / #645 / #646. It also closes #678. The intent with the change proposed here is to...
So here’s an interesting detail that I needed to puzzle through while working on the JS Intl.MessageFormat spec text: In a message like ``` .local $foo = {$bar} {{{$foo :func}...
_This was originally posted as a part of #716, but is broken out here as its own issue._ While working on some Python code, I ended up needing to put...
_Parts of this issue have been broken out into their own issues #717 and #718 after this was initially posted._ While working on some Python code, I ended up needing...
_This was originally posted as a part of #716, but is broken out here as its own issue._ While working on some Python code, I ended up needing to put...
_This is a spin-off from #665, which conflates this issue's nominal topic with a discussion of the `timeZone` options. The text below is an extract of the original by @aphillips._...
After the discussions in https://github.com/unicode-org/message-format-wg/pull/621#discussion_r1480050162 and https://github.com/unicode-org/message-format-wg/pull/621#discussion_r1490144092 as well as our live calls, we ended up leaving out an explicit definition of numerical matching for non-integer values like 0.0 or...