Installing mysql2
gem errors on MacOS Mojave.
Make sure openssl
is installed on Mac via Homebrew.
brew install openssl
/** | |
* Vertical centering - Viewport unit method | |
*/ | |
main { | |
width: 18em; | |
padding: 1em 1.5em; | |
margin: 50vh auto 0; | |
transform: translateY(-50%); | |
box-sizing: border-box; |
package main | |
import ( | |
"time" | |
"regexp" | |
"bufio" | |
"strconv" | |
"fmt" | |
"os" | |
"errors" |
To remove a submodule you need to: