Skip to content

Instantly share code, notes, and snippets.

@aquillano
aquillano / wercker-dev.error
Created February 23, 2016 18:35
An attempt to run `worker dev --publish 5000` by following http://devcenter.wercker.com/quickstarts/building/javascript.html
Finished npm install
--> Running step: watch
--> Reloading on file changes
PANIC Unrecognized input header
panic: (*logrus.Entry) (0x662360,0xc2080d4bc0)
goroutine 218 [running]:
github.com/Sirupsen/logrus.(*Entry).log(0xc2080d4bc0, 0x0, 0xc208347f20, 0x19)
/gopath/src/github.com/wercker/sentcli/_vendor/src/github.com/Sirupsen/logrus/entry.go:103 +0x634
github.com/Sirupsen/logrus.(*Entry).Panic(0xc2080d4bc0, 0xc2085c3df8, 0x1, 0x1)
@aquillano
aquillano / dabblet.css
Created June 26, 2014 18:51
Viewport nudge
/**
* Viewport nudge
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 1000px;
}
@aquillano
aquillano / 0_reuse_code.js
Created June 18, 2014 02:45
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console