Eemeli Aro
Eemeli Aro
Closes #93 Closes #99 Closes #104 Closes #105 Closes #106 I'm not sure what the plan is on us actually producing spec text, so I figured I'd propose a start...
In our latest plenary meeting, we agreed to (for now) proceed with exploring both of the proposed data models. To help with this, I have since then gone ahead and...
The pluralisation rules for ranges of numbers are different from the pluralisation rules of e.g. the last value of the range. For an example in English, consider "0-1 items". In...
_This is a design principle issue identified within the smaller-group huddle working on the data model._ The question is a reformulation of what was presented to the group during last...
This is due to an upstream issue microsoft/rushstack#2070 which will hopefully be resolved by microsoft/rushstack#3559.
As identified in #368, currently all rounding mode values fail. Instead, most of them should work and use the Intl.NumberFormat [`roundingMode` option](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#roundingmode).
The current behavior **breaks the contract** provided by structured KV pairs when compiling a module, at least from the CLI. I want the precise **opposite** of the OP. Consider translations...
This is a problem when using Jenkins as a CI tool; its "Publish Javadoc" post-build action results in code being served by Jetty, which silently filters out paths with a...
This enables the resolution of YAML looking like this: ```yaml - &foo bar: - 1 - 2 - 42 - *foo/bar/2 ``` to resolve as: ```js [ { bar: [1,...
The current content of the [Creating a package.json file](https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields) page indicates that the `"name"` and `"version"` fields are always required > A `package.json` file must contain `"name"` and `"version"` fields....