Eemeli Aro
Eemeli Aro
> I also strongly prefer enumerated options over booleans. In fact, `hour12` is already a 3-way enum: unset, true, or false. Better would be if it were a named enumeration....
I would be very happy for us to replace the current _resolved value_ definition with "logically equivalent" language. > 1. I think 'unknown' above would be much better as 'Y...
> Otherwise unwrap is useless. It's not useless if you consider non-string formatting targets, like formatted parts. With such, variable values can quite usefully pass through MessageFormat without the formatter...
One place where this seems quite relevant is the `roundingMode` option of the Amount constructor, which is intended to match the capabilites of Intl.NumberFormat, where the [corresponding option](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#roundingmode) supports the...
Could you provide an actual reproduction here? As in, a sequence of JS calls that produce the output that you think is wrong.
No updates here; have been focused on other work. It looks like these are minimal examples of the bug: ```js parseDocument('a:\n b:\n\nc:').toString() // 'a:\n b:\n\n\nc:\n' parseDocument('- a:\n\n- b').toString() // '-...
Yeah, pretty much the biggest blocker regrading v3 is that I would really like to make it so that you could parse a YAML doc like ```yaml a: true b:...
> FYI, according to https://packagephobia.com/result?p=yaml, it's currently at 667 KB, not 1.2MB. The 257 published file count seems quite large, I hope that will be reduced as well. I'm not...
Merging in order to work on next steps separately, and not pile them on here.
> Maybe a good question is: should these be directly incorporated? Or should all of these XLIFFy things be namespaced? Some of what XLIFF does doesn't apply to UMF messages...