GIT_SSH_COMMAND="ssh -i <PATH>" git clone git@<REPO>
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch PATH_TO_FILE'
pyenv install 3.7.3
...
BUILD FAILED (OS X 11.6 using python-build 20180424)
...
CFLAGS="-I$(brew --prefix openssl)/include \
-I$(brew --prefix bzip2)/include \
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
import axios from 'axios' | |
const auth = `Basic ${Buffer.from(`CLIENT_ID:SECRET`).toString('base64')}`; | |
const config = { | |
method: 'post', | |
url: `https://accounts.spotify.com/api/token`, | |
headers: { | |
'Authorization': auth, | |
'Accept':'application/json', |
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
Vue.js 23 hrs 37 mins ββββββββββββββββββββ | |
JavaScript 3 hrs 23 mins ββββββββββββββββββββ | |
TypeScript 1 hr 22 mins ββββββββββββββββββββ | |
SCSS 37 mins ββββββββββββββββββββ |