Skip to content

Instantly share code, notes, and snippets.

View chrmoritz's full-sized avatar

Christian Moritz chrmoritz

  • Berlin, Germany
View GitHub Profile
@chrmoritz
chrmoritz / # node@6 - 2018-12-17_18-24-24.txt
Created December 18, 2018 19:29
node@6 on macOS 10.14.2 - Homebrew build logs
Homebrew build logs for node@6 on macOS 10.14.2
Build date: 2018-12-17 18:24:24
@chrmoritz
chrmoritz / # starcheat - 2018-12-08_18-08-23.txt
Created December 8, 2018 17:11
starcheat (chrmoritz/starcheat/starcheat) on macOS 10.14.2 - Homebrew build logs
Homebrew build logs for chrmoritz/starcheat/starcheat on macOS 10.14.2
Build date: 2018-12-08 18:08:23
@chrmoritz
chrmoritz / # llnode - 2018-09-14_19-03-30.txt
Created September 14, 2018 17:04
llnode on macOS 10.14 - Homebrew build logs
Homebrew build logs for llnode on macOS 10.14
Build date: 2018-09-14 19:03:30
import sys
import re
import base64
import hashlib
from jinja2 import Environment
from urllib2 import urlopen
from threading import Thread
require "language/node"
class ImageoptimCli < Formula
desc "CLI for ImageOptim, ImageAlpha and JPEGmini"
homepage "https://jamiemason.github.io/ImageOptim-CLI/"
url "https://github.com/JamieMason/ImageOptim-CLI/archive/2.0.2.tar.gz"
sha256 "65ccf26cf45012e20877bf7985b1f9d99cfef4ac3d0f1209dd6fa04ef02056ff"
depends_on "node" => :build
@chrmoritz
chrmoritz / # gjstest - 2018-05-04_18-52-01.txt
Created May 4, 2018 16:53
gjstest on macOS 10.13.4 - Homebrew build logs
Homebrew build logs for gjstest on macOS 10.13.4
Build date: 2018-05-04 18:52:01
diff --git a/node_modules/tar/node_modules/minizlib/package.json b/node_modules/tar/node_modules/minizlib/package.json
index 0a41e31..ae7fb89 100644
--- a/node_modules/tar/node_modules/minizlib/package.json
+++ b/node_modules/tar/node_modules/minizlib/package.json
@@ -1,27 +1,27 @@
{
- "_from": "minizlib@1.0.4",
- "_id": "minizlib@1.0.4",
+ "_from": "minizlib@^1.0.3",
+ "_id": "minizlib@1.0.3",
@chrmoritz
chrmoritz / yarn.rb
Created November 25, 2017 20:46
Homebrew Formula of yarn installing a test build of my homebrew-node-gyp branch
class Yarn < Formula
desc "JavaScript package manager"
homepage "https://yarnpkg.com/"
url "https://github.com/chrmoritz/yarn/releases/download/v1.3.2/yarn-v1.3.2.tar.gz"
sha256 "df9ab3a21ba62ed57fc68c592b4d0000b762739ee4d80566f293187705b6f12b"
revision 42
bottle :unneeded
depends_on "node" => :recommended
diff --git a/node_modules/tar/node_modules/minizlib/index.js b/node_modules/tar/node_modules/minizlib/index.js
index 7d595de..8c0df2a 100644
--- a/node_modules/tar/node_modules/minizlib/index.js
+++ b/node_modules/tar/node_modules/minizlib/index.js
@@ -52,6 +52,7 @@ const _offset = Symbol('offset')
const _level = Symbol('level')
const _strategy = Symbol('strategy')
const _ended = Symbol('ended')
+const _writeState = Symbol('writeState')
@chrmoritz
chrmoritz / yarn.rb
Last active August 16, 2017 14:45
Homebrew Formula of yarn installing a build of my homebrew-global-prefix (fixing yarn's global prefix)
class Yarn < Formula
desc "JavaScript package manager"
homepage "https://yarnpkg.com/"
url "https://github.com/chrmoritz/yarn/releases/download/v0.28.4/yarn-v0.28.4.tar.gz"
sha256 "de4fbd2b85b4a48bd68f6d1de7a05e54e15cc4a8ea73f2bbaae70bb57a2df2f5"
bottle :unneeded
depends_on "node" => :recommended