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" | |
| ] | |
| } |
| atom-beautify@0.29.17 | |
| atom-ternjs@0.18.2 | |
| autocomplete-paths@1.0.5 | |
| editorconfig@2.2.2 | |
| language-javascript-jsx@0.3.7 | |
| linter@1.11.23 | |
| linter-eslint@8.1.3 | |
| linter-jsonlint@1.3.0 | |
| linter-xo@0.21.2 | |
| minimap@4.26.8 |
| node_modules |