I hereby claim:
- I am mastilver on github.
- I am mastilver (https://keybase.io/mastilver) on keybase.
- I have a public key whose fingerprint is FF4F 6A71 2BF6 2640 228C 9572 4C21 B96D 4EF3 476C
To claim this, I am signing this object:
[push] | |
default = simple | |
[pull] | |
rebase = true | |
[fetch] | |
prune = true | |
[alias] |
npm config set msvs_version 2013 --global |
* text=auto | |
*.js text eol=crlf | |
*.cs text eol=crlf |
I hereby claim:
To claim this, I am signing this object:
Add-Type -AssemblyName System.IO.Compression.FileSystem | |
$TEMP = $([environment]::GetEnvironmentVariable("TEMP", "User")) | |
$CWD = $(Split-Path $MyInvocation.MyCommand.Path) | |
$PATH = $([environment]::GetEnvironmentVariable("PATH", "User")) | |
$git_folder = "C:\Program Files\Git" | |
$git_bin_folder = "$($git_folder)\bin" | |
$tmp_folder = "$($TEMP)\$([guid]::NewGuid())"; |
import handler from './handler' | |
type ICommand = { | |
username: string; | |
password: string; | |
email: string; | |
} | |
@handler('./createUserCommandHandler') | |
export default class CreateUserCommand { |
function(accessToken, ctx, cb) { | |
request.get('https://api.github.com/user', { | |
headers: { | |
'User-Agent': 'Auth0-App', | |
'Authorization': 'Bearer ' + accessToken | |
} | |
}, function(e, r, body) { | |
if (e) return cb(e); | |
if (r.statusCode !== 200) return cb(new Error('StatusCode: ' + r.statusCode)); |
module.exports = { | |
plugins: [ | |
"hyperline", | |
"hypercwd", | |
"hyper-alt-click", | |
"hyperterm-paste" | |
] | |
} |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] |
node_modules |