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 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 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 ███▒░░░░░░░░░░░░░░░░ |