Skip to content

Instantly share code, notes, and snippets.

View kenotron's full-sized avatar
🐽

Ken Chau kenotron

🐽
View GitHub Profile
import {observable} from '../src/api/observable';
import {ObservableValue} from '../src/types/observableValue';
import {IDerivation, IDerivationState, trackDerivedFunction} from '../src/core/derivation';
import {IObservable} from '../src/core/observable';
var store = observable({
foo: {
baz: {
test: "value1"
}
@kenotron
kenotron / karabiner.json
Last active September 22, 2016 04:35
.karabiner.d/configuration/karabiner.json
{
"profiles": [
{
"name": "Default profile",
"selected": true,
"simple_modifications": {
"keypad_1": "end",
"keypad_3": "page_down",
"keypad_7": "home",
"keypad_9": "page_up",
# I just add these as steps as tasks inside a VSTS build def
npm set always-auth
npm set email [email protected]
...
# Caveats:
# 1. now your npm config is DIRTY globally - only one of these creds can be active at a time
# 2. VSTS has a notion of "secure variable" that can be exposed env variables (write only) not sure if Jenkins has similar feature