Keybase proof
I hereby claim:
- I am coladarci on github.
- I am coladarci (https://keybase.io/coladarci) on keybase.
- I have a public key ASCJY7xfIeUmgecqdD62f-uO3_sPFWGBpFY4bLVWdFDyKwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# Path to your oh-my-zsh installation. | |
export ZSH=$HOME/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="agnoster-2" | |
DEFAULT_USER="gcoladarci" |
{ | |
"added_words": | |
[ | |
"auth", | |
"mixins", | |
"mixin", | |
"config", | |
"i18n", | |
"eslint" | |
], |
[ | |
{ | |
"keys": ["ctrl+alt+super+q"], | |
"command": "bh_key", | |
"args": | |
{ | |
"lines" : true, | |
"plugin": | |
{ | |
"type": ["single_quote", "double_quote", "py_single_quote", "py_double_quote"], |
def integration | |
# integrations are a thing of the past. | |
# instead of trying to find every occurrence, let's just put this in place. | |
OpenStruct.new({ | |
:integration_gid => self.id.to_s, | |
:integration_source => :peek_msg, | |
:last_sync => Time.now, | |
:name => self.name | |
}) | |
end |
buckets = [ | |
{ | |
capacity: 17, | |
bookings: [2,2,2,2,2,2] | |
}, | |
{ | |
capacity: 17, | |
bookings: [0] | |
}, |
info: Welcome to Nodejitsu coladarci | |
info: jitsu v0.12.15, node v0.8.8 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command start | |
info: Starting app desplay | |
debug: { method: 'GET', | |
debug: uri: 'https://api.nodejitsu.com/endpoints', | |
debug: headers: | |
debug: { Authorization: '*********************************************************************', | |
debug: 'Content-Type': 'application/json' }, |