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:
interface Movie { | |
id: string; | |
name: string; | |
} | |
interface MovieArguments { | |
id: string | |
} | |
interface CallableMovie extends Movie { |
cd /usr/lib/slack/resources/app.asar.unpacked/src/static | |
mv slack-taskbar-highlight.png slack-taskbar-highlight-backup.png | |
cp slack-taskbar-rest.png slack-taskbar-highlight.png |
import { createAction } from 'redux-act'; | |
import { call, takeLatest } from 'redux-saga/effects'; | |
import { createStore, applyMiddleware } from 'redux' | |
import api from './api'; | |
const action = createAction('action'); | |
function *doSomething() { | |
yield call(api); |
node_modules |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] |
module.exports = { | |
plugins: [ | |
"hyperline", | |
"hypercwd", | |
"hyper-alt-click", | |
"hyperterm-paste" | |
] | |
} |
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)); |
import handler from './handler' | |
type ICommand = { | |
username: string; | |
password: string; | |
email: string; | |
} | |
@handler('./createUserCommandHandler') | |
export default class CreateUserCommand { |
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())"; |
I hereby claim:
To claim this, I am signing this object: