I hereby claim:
- I am myersjustinc on github.
- I am myersjustinc (https://keybase.io/myersjustinc) on keybase.
- I have a public key ASDvlhU6bsbNXnPqksGZHGySq2L9Pd6SmKbaSTvB1Q-VIAo
To claim this, I am signing this object:
| const qrcode = require('qrcode-terminal'); | |
| [ | |
| // {issuer: '', user: '', secret: ''}, // TODO: Fill these in. | |
| ].forEach(function(keyInfo) { | |
| const issuer = encodeURIComponent(keyInfo.issuer); | |
| const user = encodeURIComponent(keyInfo.user); | |
| const secret = keyInfo.secret.replace(/ /g, ''); | |
| const url = ( | |
| `otpauth://totp/${issuer}:${user}?secret=${secret}&issuer=${issuer}`); |
I hereby claim:
To claim this, I am signing this object:
You want the most up-to-date shapefile of Congressional districts, but you don't want Michigan to be a giant blob.
(The Census Bureau offers some cartographic boundary shapefiles without this problem, but they aren't always the most current.)
| class Batik < Formula | |
| desc "Java-based toolkit for SVG images" | |
| homepage "https://xmlgraphics.apache.org/batik/" | |
| url "https://associatedpress-datateam-automation.s3.amazonaws.com/misc/batik-bin-1.8.tar.gz" | |
| sha256 "424c59245471d1134c45d549c5cd995fa6444fa2c0f429cee26c193c049c5e21" | |
| bottle :unneeded | |
| def install | |
| libexec.install "lib", Dir["*.jar"] |
SSL issues when installing any gem, either using gem install or bundle install:
Replace the certs from rvm osx-ssl-certs with the ones from cURL:
$ wget 'https://curl.haxx.se/ca/cacert.pem'
$ cp cacert.pem /usr/local/etc/openssl/cert.pem
$ sudo cp cacert.pem /etc/openssl/cert.pem
Switching Ruby versions inside a Python virtualenv throws a warning such as:
| class TabulaJava < Formula | |
| desc "Text extraction from PDFs, using command-line Tabula core" | |
| homepage "https://github.com/tabulapdf/tabula-java" | |
| version "0.8.0" | |
| head "https://github.com/tabulapdf/tabula-java.git", :revision => "577916327edd480b81604b1df63a9a583b814f5c" | |
| depends_on "maven" | |
| def install |
| #!/bin/bash | |
| # When you upgrade your Python installation in Homebrew, any virtualenvs that | |
| # relied on that Python installation will stop working because of some broken | |
| # symlinks. | |
| # | |
| # Stéphane Wirtel documented a solution: | |
| # http://wirtel.be/posts/en/2014/07/29/fix_virtualenv_python_brew/ | |
| # | |
| # This automates that for all virtualenvs installed with virtualenvwrapper |
Your username on GitHub: myersjustinc Please publicly post the following Gist, and name it keybase.md:
I hereby claim:
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA512 | |
| I am transitioning GPG keys away from an old smartcard-generated key to a new | |
| set of smartcard-stored subkeys over which I have more granular control. | |
| There is no urgent reason for this transition other than the fact that my old | |
| key is expiring, which makes this as convenient a time as any. My hope is that | |
| I will be able to manage my key more effeciently going forward with this new | |
| setup and new workflow. |