Eemeli Aro

Results 135 issues of Eemeli Aro

CC @mradbourne, who should be added to the repo. As [discussed yesterday](https://github.com/unicode-org/message-format-wg/blob/main/meetings/2024/notes-2024-04-22.md#738), our error categories could be improved. This PR effects the categorisation we discussed, with "Message Function Error" introduced...

registry
formatting
errors

As discussed during today's call, we should communicate more clearly that using undefined options may allow for writing currently-errorfree messages that later turn into errors.

registry
editorial
LDML46

CC @mradbourne Given that we shouldn't rely on `:number` and `:datetime` producing exact results but we still want to ensure that our interfaces with them work, let's add `:test:number` and...

test-suite

Currently, we are very strict about which characters may be escaped, and where. This means that in the syntax we have https://github.com/unicode-org/message-format-wg/blob/6d7b4ba213e686ff2d403d3025d38d76b42b75f7/spec/message.abnf#L103-L105 As discussed in #635 and during the 2024-03-18...

syntax
LDML46

Context: eemeli/prettier-plugin-properties#15, CC @murdos Makes the preferred folding point customizable. By default, lines that need folding will add an escaped newline after the last possible `\f`, `\t`, space, or `.`...

Parse [updates.js](https://github.com/eemeli/konopas/wiki/JSON-data-schemes#updatesjs) and highlight changes in output.

enhancement

From [Karl-Johan Norén](https://groups.google.com/forum/#!topic/konopas-dev/xNjFG2mttqg): > Right now, KonOpas has no real error checking for the data integrity, and > I think having such an utility would be worthwhile, especially if one...

enhancement

It finally dawned on me what this proposal allows for. Consider this class, an evolution of one @rbuckton first mentions in https://github.com/tc39/proposal-extractors/issues/18#issuecomment-2040769594: ```js class Point { #x; #y; constructor(x, y)...

In 7.3.3 [the spec has](https://yaml.org/spec/1.2.2/#733-plain-style) (highlight added by me): > Plain scalars must never contain the “: ” and “ #” character combinations. Such combinations would cause ambiguity with mapping...