This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log(token); | |
const result = await stripe.charges.create( | |
{ | |
amount: payment.amount, | |
currency: 'cad', | |
description: 'some description', | |
source: token.tokenId, | |
metadata: { paymentId }, | |
statement_descriptor: 'some statement', // TODO: --> `${locationName}` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hyper.js - Terminal app | |
Oh my zsh | |
sublime text - text editor | |
spectacle - window management | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@screen-lg: @screen-sm; | |
@screen-lg-min: @screen-sm-min; | |
@screen-lg-desktop: @screen-desktop; | |
@container-large-desktop: @container-tablet; | |
@container-lg: @container-sm; | |
@screen-md: @screen-sm; | |
@screen-md-min: @screen-sm-min; | |
@screen-desktop: @screen-sm-min; | |
@container-desktop: @container-tablet; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: 'Oswald'; | |
font-style: normal; | |
font-weight: 400; | |
src: url(data:font/opentype;charset=utf-8;base64,d09GRgABAAAAAGnYABMAAAAAt3AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABqAAAABwAAAAcZ6GxxkdERUYAAAHEAAAAJwAAAC4B+gEaR1BPUwAAAewAAAPHAAAJjtYq6UVHU1VCAAAFtAAAAGoAAACQhTCUUk9TLzIAAAYgAAAATgAAAFaZmWdTY21hcAAABnAAAAGMAAAB4tB+LfBjdnQgAAAH/AAAAC4AAAAuFO0PH2ZwZ20AAAgsAAABsQAAAmVTtC+nZ2FzcAAACeAAAAAIAAAACAAAABBnbHlmAAAJ6AAAVw4AAJlMhL+99mhlYWQAAGD4AAAANAAAADYGMiq9aGhlYQAAYSwAAAAfAAAAJBCuBsFobXR4AABhTAAAAnMAAAOkYbo7rWxvY2EAAGPAAAAByQAAAdTQi/fsbWF4cAAAZYwAAAAgAAAAIAIGAdBuYW1lAABlrAAAAcYAAAQ+an+QYnBvc3QAAGd0AAAB6AAAAtuMCnumcHJlcAAAaVwAAABzAAAAiOQGDrp3ZWJmAABp0AAAAAYAAAAGvtxTugAAAAEAAAAAzD2izwAAAADLg5+bAAAAAM/gb1t42mNgZGBg4ANiOQY1IMkEhIwMT4D4KcMLIJsFLMbAwAjBAEeOAxUAeNq9lttvVFUUxr9zOr3Q6VB6wWJNSB8aCCRCUmtKsTHG9ApNo6UQS/viA/EBQwzxH+DW+GQkXlFo9AVRfFDLJVSlQInRxPSBNIItidwsdRjkEmkRY5a/vaeSTqkOQ4jzZe3Za++1917f2uesdRRIytczalNWfWNrh0pf2rxhoypefvHVTVqqCLMyk7P6p6+U0WDjhs2blOd6XiIK+Q+VH7yuIKj3tgvVqFZt1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execute pathogen#infect() | |
call pathogen#incubate() | |
syntax on | |
filetype plugin indent on | |
autocmd VimEnter * NERDTree | |
autocmd VimEnter * wincmd p | |
colorscheme railscasts | |
set fillchars+=vert:\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"color_scheme": "Packages/User/Railscasts.tmTheme", | |
"draw_white_space": "all", | |
"fold_buttons": false, | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 16.0, |