Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned
1,251 contributions in the last year
Activity overview
Contribution activity
April 2019
Created a pull request in tc39/proposal-temporal that received 4 comments
Define the Temporal module.
Fixes #98. I don't consider this the optimal solution in terms of layering, but let's at least get the discussion started.
+49
−0
•
4
comments
Created an issue in web-platform-tests/wpt that received 5 comments
Run wptrunner tests on python 3 on macOS
Ref #10128. The macOS bot on Azure has python 3.7 installed, but wptrunner is broken (even more) there because of #16178. Once that's fixed, it sho…
5
comments
- Typos
- Instant.prototype.with seems to be missing
- Spec withZone()'s options argument
- Spec string conversions
- Spec fromZonedDateTime
- Spec dayOfWeek and friends
- Review ToNumber calls
- Review the length of methods
- Review handling of "option bag" arguments
- Review assertions in the spec
- Review NewTarget checks