I hereby claim:
- I am kriegslustig on github.
- I am kriegslustig (https://keybase.io/kriegslustig) on keybase.
- I have a public key whose fingerprint is 6ADB CF51 9AFE 846A D92E E1D7 7715 3E85 25E5 8A1A
To claim this, I am signing this object:
| import os | |
| import json | |
| import runpod | |
| import requests | |
| runpod.api_key = os.environ['RUNPOD_API_KEY'] | |
| def update_endpoint_image(endpoint_id, new_image_name): | |
| endpoint_with_template_response = run_graphql_query( |
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ] | |
| 2 info using npm@5.7.1 | |
| 3 info using node@v8.9.3 | |
| 4 verbose npm-session 7637eeba09e2f1e4 | |
| 5 verbose publish [ '.' ] | |
| 6 info lifecycle download-as-csv@0.1.1~prepublish: download-as-csv@0.1.1 | |
| 7 info lifecycle download-as-csv@0.1.1~prepare: download-as-csv@0.1.1 | |
| 8 info lifecycle download-as-csv@0.1.1~prepublishOnly: download-as-csv@0.1.1 | |
| 9 info lifecycle download-as-csv@0.1.1~prepack: download-as-csv@0.1.1 |
| import type { Observable } from 'rxjs/Observable' | |
| import Field from '../molecules/field' | |
| import { sendMessage } from '../../utils/slack' | |
| import { subscribingObserver } from '../../utils/subscribingObserver' | |
| /* subscribingObserver is a HOC that manages Rx observables. | |
| * `sub` subscribes to an observable and unsubscribes it when the | |
| * subscribingObserver is unmounted. | |
| */ |
I hereby claim:
To claim this, I am signing this object:
| npmi () { | |
| local packagename=$(echo ${@} | sed -E 's/(\-+[a-zA-Z0-9]+| )//g') | |
| local opt | |
| npm info ${packagename} | less | |
| echo "Is it the right package? (y/n)" | |
| read opt | |
| if [[ "${opt}" == "y" ]]; then | |
| npm i ${@} | |
| fi | |
| } |
| /* | |
| * # r | |
| * ## `r` | |
| * | |
| * (_ -> a) -> a | |
| * | |
| * _`fn`_ - a function that uses a property of `r` | |
| * | |
| * If the function is asynchronous, it has to return a Promise. | |
| * `fn` is executed imidiatly once and then every time a property |
| { | |
| "bold_folder_labels": true, | |
| "caret_extra_bottom": 2, | |
| "caret_extra_top": 2, | |
| "caret_extra_width": 1, | |
| "caret_style": "solid", | |
| "color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
| "folder_exclude_patterns": | |
| [ | |
| ".git", |