Skip to content

Instantly share code, notes, and snippets.

View MylesBorins's full-sized avatar

Myles Borins MylesBorins

View GitHub Profile
bower prism#gh-pages not-cached https://github.com/LeaVerou/prism.git#gh-pages
bower prism#gh-pages resolve https://github.com/LeaVerou/prism.git#gh-pages
bower prism#gh-pages checkout gh-pages
@MylesBorins
MylesBorins / -
Last active August 10, 2016 15:21
bower prism#gh-pages not-cached https://github.com/LeaVerou/prism.git#gh-pages
bower prism#gh-pages resolve https://github.com/LeaVerou/prism.git#gh-pages
bower prism#gh-pages checkout gh-pages
bower prism#gh-pages error Path must be a string. Received [ '/var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/thealphanerd/bower/prism-84066-KfaPIF', [Function: _cleanupCallback] ]
Stack trace:
TypeError: Path must be a string. Received [ '/var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/thealphanerd/bower/prism-84066-KfaPIF',
[Function: _cleanupCallback] ]
at assertPath (path.js:8:11)
at Object.posix.join (path.js:479:5)
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
@MylesBorins
MylesBorins / $ npm test
Last active September 1, 2016 17:58
Broken test output from watchify
> [email protected] test /Users/thealphanerd/code/watchify
> tape test/*.js
TAP version 13
# api
ok 1 null
ok 2 should be equal
ok 3 null
ok 4 null
______
.-" "-.
/ \
| |
|, .-. .-. ,|
| )(__/ \__)( |
|/ /\ \|
(_ ^^ _)
\__|IIIIII|__/
|-\IIIIII|-|
1..2
ok 1 parallel/test-arm-math-exp-regress-1376
---
duration_ms: 0.102
...
not ok 2 parallel/test-npm-install
---
duration_ms: 0.858
error:
message: Failure
@MylesBorins
MylesBorins / audit.md
Last active December 12, 2019 18:19
UGHHHH
  • [a945244830] - doc: add 2016-08-10 CTC meeting minutes (Josh Gavant) #8229
  • [1ffdee7c86] - test: mark pseudo-tty/no_dropped_stdio as flaky (Michael Dawson) #8385
  • [ed640ae4cb] - crypto: make malloc failure check cross-platform (Rich Trott) #8352
  • [a00ccb0fb9] - src: normalize malloc, realloc (Michael Dawson) #7564
  • [a290ddfdc9] - src: unbreak build when compiling against uclibc (Ben Noordhuis) #8308
  • [a01e8bcf18] - src: moving f function call co
@MylesBorins
MylesBorins / audit.md
Last active October 7, 2016 00:00
branch-diff v4.x-staging master --exclude-label semver-major,semver-minor,lts-watch-v4.x,dont-land-on-v4.x --filter-release

ALL DONE FUCK YEAH

@MylesBorins
MylesBorins / audit.md
Last active October 11, 2016 00:19
branch-diff v4.x-staging v6.x --exclude-label semver-major,semver-minor,dont-land-on-v4.x --filter-release
  • [ed4cd2eebe] - deps: cherry-pick 34880eb3dc from V8 upstream (Myles Borins) #8673
  • [eff771f399] - tickprocessor: apply c++filt manually on mac (Fedor Indutny) #8480
  • [2ce364ad10] - test: modernize JS and tighten equality checking (Peter Ogilvie) #8476
  • [6e3db283ed] - buffer: fix ArrayBuffer checks (Brian White) #8453
  • [0d24247e50] - src: pull AfterConnect from pipe_wrap and tcp_wrap (Daniel Bevenius) #8448
  • [f346dee940] - win,build: forward rele
$ node -e 'require("./").pass("this is fine");throw new Error("pwn")'
TAP version 13
ok 1 - this is fine
not ok 2 - Error: pwn
---
at:
line: 1
column: 42
file: '[eval]'
stack: |