Eemeli Aro
Eemeli Aro
> Just to ask, is the new line actually a technical spec for yaml? Wondering what the convention is there, if any. Could you rephrase this question? In general, newlines...
I _think_ you're reporting/conflating two different issues here. I'll address just the sequence indent here, and hope you'll file a separate issue if there's something else to consider as well....
That sounds like a really interesting idea, I'm definitely interested in seeing what your prototype might look like. While I had not considered a Proxy before, I had thought of...
As a clarification of my position, if a Proxy interface is added, it should probably first be added in parallel with the existing API, rather than replacing it.
Yeah, this is a bug with `CST.setScalarValue()`. What should happen is that it looks at the previous raw content of the node, and figures out a suitable content indent from...
Determining the scalar content indent is normally done during composition, i.e. when the actual node value is parsed from the CST contents; [here](https://github.com/eemeli/yaml/blob/master/src/compose/resolve-block-scalar.ts). When working with CST nodes directly, that...
I like this idea. I'd really rather not add any new methods specifically for it, though. I'm rather tempted to say that going from `doc.getIn(['fooz', 'baz', 'bar'], true)` returning `undefined`...
On Ubuntu 16.04 and later, the name of the required package [appears](https://launchpad.net/ubuntu/+source/capnproto) to be `libcapnp-dev` rather than `capnproto-dev`.
Sure. Actually, for something of a lark and as a proof-of-concept, I put together an [Intl.PluralRules polyfill](/eemeli/IntlPluralRules) a year ago, based on the then-current version of the draft & also...
I'll have a go at writing a `PluralRuleSelection` function that uses make-plural.js for its "implementation dependent algorithm".