Mathias Bynens

Results 221 issues of Mathias Bynens

#### Done - [Traceur](https://github.com/google/traceur-compiler) v0.0.61+ (https://github.com/google/traceur-compiler/pull/1294) - [~~6to5~~ Babel](https://github.com/babel/babel) v1.5.0+ (https://github.com/babel/babel/issues/11) - [esnext](https://github.com/esnext/esnext) v0.12.0+ (https://github.com/esnext/esnext/pull/30) - [Bublé](https://gitlab.com/Rich-Harris/buble) v0.12.0+ (https://gitlab.com/Rich-Harris/buble/issues/3#note_12596080) #### In progress - none #### TODO - ~~[es6now](https://github.com/zenparsing/es6now)~~ [esdown](https://github.com/zenparsing/esdown) (https://github.com/zenparsing/esdown/issues/11)...

upstream

The RKI reports vaccinations that are administered by the Bundeswehr: https://en.wikipedia.org/wiki/Bundeswehr This is not a German state! But it’s still important to count these vaccinations towards the national total. [The...

enhancement
missing data

> -0.67% of all partially vaccinated people awaiting their second shot (-51,783 out of 7,715,266 people) received a Moderna dose. It might be time to retire some of the derived...

A line chart [like this one](https://observablehq.com/@d3/multi-line-chart?collection=@d3/d3-shape), with one line per state plotting `vaccinationsCumulative` per day, would be amazing. Any takers?

https://github.com/mathiasbynens/covid-19-vaccinations-germany#anomalies-in-the-data We could look at `https://impfdashboard.de/static/data/germany_vaccinations_timeseries_v2.tsv` (nation-wide numbers only) and possibly figure out the correct numbers based on that (if we assume only the data for one state was wrong...

The spec text relies on the terms “mathematical integer value” (as used for `parseInt`) for `BigInt.fromString`, and “mathematical number value” for `Number.fromString`. The intention is for the latter to cover...

Making `fromString` be symmetric to `toString` makes sense. How strict do we want to be about this, though? One special case might be non-`[0-9]` digits which are ASCII case-insensitive in...

Criteria taken from [the TC39 process document](https://tc39.github.io/process-document/) minus those from previous stages: > - [ ] [Test262](https://github.com/tc39/test262) acceptance tests have been written for mainline usage scenarios, and merged TODO >...

process