Skip to content

Instantly share code, notes, and snippets.

View MylesBorins's full-sized avatar

Myles Borins MylesBorins

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mylesborins on github.
  • I am mylesborins (https://keybase.io/mylesborins) on keybase.
  • I have a public key whose fingerprint is C4F0 DFFF 4E8C 1A82 3640 9D08 E73B C641 CC11 F4C8

To claim this, I am signing this object:

@MylesBorins
MylesBorins / test.js
Last active November 27, 2018 22:36
waaaat
const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
const assert = require('assert');
const { createServer, connect } = require('http2');
const server = createServer();
server.on('stream', (stream) => {
@MylesBorins
MylesBorins / audit-v10.md
Last active January 9, 2019 03:31
branch-diff v10.x-staging upstream/v11.x --exclude-label semver-major,semver-minor,dont-land-on-v10.x,backport-requested-v10.x,backported-to-v10.x,baking-for-lts --filter-release
@MylesBorins
MylesBorins / v8-minors.md
Last active August 10, 2018 15:49
branch-diff v8.x-staging upstream/v10.x --exclude-label dont-land-on-v8.x,backport-requested-v8.x,backported-to-v8.x --require-label semver-minor --filter-release
  • [2922028362] - (SEMVER-MINOR) inspector: expose original console (Matteo Collina) #21659
  • [f1b18ba412] - (SEMVER-MINOR) process: implement process.hrtime.bigint() (Joyee Cheung) #21256
  • [bba500d0ea] - (SEMVER-MINOR) http: fix request with option timeout and agent (killagu) #21204
  • [3096ee5a4b] - (SEMVER-MINOR) napi: add bigint support (Gus Caplan) #21226
  • [d06305635d] - (SEMVER-MINOR) src: add --title command line argument (James M Snell) #21477
  • [[c4d7413a15](https://github.
@MylesBorins
MylesBorins / governance.diff
Last active April 25, 2018 21:36
diff to comm-comm governance
diff --git a/GOVERNANCE.md b/GOVERNANCE.md
index 73917a0..184e724 100644
--- a/GOVERNANCE.md
+++ b/GOVERNANCE.md
@@ -1,4 +1,4 @@
-# Community Committee Governance
+# Community Committee Charter
## Section 1. Guiding Principle.
@MylesBorins
MylesBorins / change-log-all.md
Created April 23, 2018 19:06
branch-diff v9.x v10.x --group --filter-release
@MylesBorins
MylesBorins / a-history-of-await.md
Last active January 22, 2018 18:59
A rough history of top-level await discussion at tc39 so far
  • Nov 28th 2012
    • First mention of async / await. In relation to TypeScript
  • Jan 30 2014
  • April 10 2014
    • preview of async / await
    • includes discussion of top-level
  • reserve await
@MylesBorins
MylesBorins / audit-v8-minors.md
Created January 11, 2018 19:02
branch-diff v8.x-staging upstream/v9.x --exclude-label semver-major,dont-land-on-v8.x,backport-requested-v8.x,backported-to-v8.x --require-label semver-minor --filter-release