Skip to content

Instantly share code, notes, and snippets.

View MylesBorins's full-sized avatar

Myles Borins MylesBorins

View GitHub Profile
@MylesBorins
MylesBorins / changes.md
Last active August 17, 2020 20:29
branch-diff v14.x-staging upstream/master --exclude-label semver-major,dont-land-on-v14.x,backport-requested-v14.x,backported-to-v14.x,backport-blocked-v14.x,backport-open-v14.x --filter-release
@MylesBorins
MylesBorins / audit-12.x.md
Created April 2, 2020 04:33
branch-diff v12.x-staging upstream/v13.x --exclude-label semver-major,semver-inor,dont-land-on-v12.x,backport-requested-v12.x,backported-to-v12.x,baking-for-lts --filter-release
@MylesBorins
MylesBorins / audit-12.x.md
Created April 2, 2020 04:33
branch-diff v12.x-staging upstream/v13.x --exclude-label semver-major,semver-inor,dont-land-on-v12.x,backport-requested-v12.x,backported-to-v12.x,baking-for-lts --filter-release
@MylesBorins
MylesBorins / do-this-instead.js
Last active January 29, 2020 07:04
lol whoops
const {createServer} = require('http');
const {once} = require('events');
const hostname = '127.0.0.1';
const port = 3000;
const server = createServer((req, res) => {
res.statusCode = 200;
res.setHeader('Content-Type', 'text/plain');
res.end('Hello World');
@MylesBorins
MylesBorins / diff.md
Last active January 16, 2020 06:36
branch-diff v13.x-staging upstream/master --exclude-label semver-major,dont-land-on-v13.x,backport-requested-v13.x,backported-to-v13.x --filter-release
@MylesBorins
MylesBorins / diff.md
Last active January 23, 2020 16:05
branch-diff v12.x-staging upstream/v13.x --exclude-label semver-major,dont-land-on-v12.x,backport-requested-v12.x,backported-to-v12.x --filter-release
@MylesBorins
MylesBorins / index.js
Last active October 22, 2019 03:15
List Projects w/ googleapis
/*!
* Copyright 2019 Google LLC. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@MylesBorins
MylesBorins / why-not-import-await.md
Last active June 5, 2019 08:41
Why not import await?
Module.createRequire = (file) => {
let path;
try {
path = fileURLToPath(file);
}
catch (e) {
if (e.code === 'ERR_INVALID_URL_SCHEME') {
throw e;
}
path = file;
CALENDAR_FILTER="Joint Foundation Bootstrap Team meeting"
CALENDAR_ID="nodejs.org_nr77ama8p7d7f9ajrpnu506c98@group.calendar.google.com"
USER="openjs-foundation"
REPO="bootstrap"
GROUP_NAME="Bootstrap Team"
JOINING_INSTRUCTIONS="* link for participants: https://zoom.us/j/779273015
* For those who just want to watch: https://www.youtube.com/c/nodejs+foundation/live"
MEETING_TIME="2019-04-01T13:00:00.000Z"
# MEETING_TIME="2019-03-25T18:00:00.000Z"
INVITEES="* OpenJS Foundation Project Maintainers