theme | class | backgroundColor |
---|---|---|
default |
invert |
black |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var domain = require('domain'); | |
var d = domain.create(); | |
d.on('error', function (err) { | |
console.log('Outer'); | |
console.log(err); | |
}); | |
d.run(function () { | |
var d2 = domain.create(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
waterfall([ | |
function createBasket(cb) { | |
api.Basket().create({ artistid: 1 }, function processReleases(err, res) { | |
if (err) { return cb(err); } | |
basketId = res.basket.id; | |
console.log('Created basket', basketId); | |
return cb(); | |
}); | |
}, | |
function addToBasket(cb) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
function headerChecks(ctx) { | |
return { | |
expectHost: function (host) { | |
return ctx.host == host; | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<script src="./index.js"></script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bats | |
# Default to sandbox | |
ENV=${ENV:=sandbox} | |
NAMESPACES=${NAMESPACES:=} | |
GROUP_PREFIX=${GROUP_PREFIX:=} | |
@test "Team namespaces can scale deployments within their own namespace" { | |
for n in ${NAMESPACES[@]}; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am raoulmillais on github. | |
* I am raoulmillais (https://keybase.io/raoulmillais) on keybase. | |
* I have a public key ASCNvMzBkzq0MYyM31QUBBFsGNgZ5DvHCOtrn2aRQ8w8_Ao | |
To claim this, I am signing this object: |