Philip Chimento
Philip Chimento
Could be related to https://github.com/ebassi/emeus/issues/19?
> taking examples from a random blog post from 2013 as a reliable source Guilty :-) I pretty much googled "autolayout example" and tried to implement a likely-looking one in...
I don't understand though why the `>=` operators don't make the layout stable. You can satisfy all the required constraints with a width of (300 + default spacing). Or am...
Alternatively, `forEach` could return another iterator with the original values, equivalent to `.map(v => { sideEffectFn(v); return v; })`. This could be useful for print-debugging your iterator chains by simply...
I'd like to move this over to the ecma402 repo, as it's a question that needs to be answered but is not going to be specified in Temporal.
One thing not mentioned in the plenary which could go in the guidance, is whether namespace objects should have a [@@toStringTag] property. Seems more helpful than harmful? See https://github.com/tc39/proposal-temporal/issues/1539#issuecomment-864194394
@tc39/ecma262-editors This is the PR that we discussed in the editor call yesterday, arising from https://github.com/tc39/proposal-temporal/pull/2171 I put all the new AOs together into the Date section, let me know...
I'm not sure there's really an effective test262 test possible for this; if I were to write one, it'd depend on implementation-defined date and time zone format strings. What else...
@michaelficarra Thanks for the review, I have kept the changes addressing your comments in a separate commit for ease of review, but I can squash them before merging if you...
@michaelficarra @ljharb Thanks for the quick response, new modifications are in another separate commit.