I hereby claim:
- I am joshtch on github.
- I am joshhowe (https://keybase.io/joshhowe) on keybase.
- I have a public key ASCh1g4Dbu5V6TK3ni38RHEiaAtH0TORT8KRGnT-b_0NeAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import * as React from 'react'; | |
import { act, create } from 'react-test-renderer'; | |
import App from '../App'; | |
jest.mock('expo', () => ({ | |
Linking: { | |
makeUrl: () => '/', | |
}, | |
SplashScreen: { |
// Jest Snapshot v1, https://goo.gl/fbAQLP | |
exports[`App renders correctly 1`] = ` | |
<View | |
style={ | |
Object { | |
"backgroundColor": "#fff", | |
"flex": 1, | |
} | |
} |
#!/usr/bin/env python2 | |
import requests | |
from tqdm import tqdm | |
import re | |
import os | |
def download_file_from_google_drive(id, destination): | |
URL = 'https://docs.google.com/uc?export=download' | |
session = requests.Session() |
Verifying that "joshhowe.id" is my Blockstack ID. https://onename.com/joshhowe |
--- | |
- idVendor: 4246 | |
idProduct: 388 | |
bcdDevice: 257 | |
bConfigurationValue: 1 | |
bInterfaceNumber: 0 | |
hidReportDescriptor: !binary |- | |
BQEJBqEBBQgZASkDFQAlAXUBlQORApUFkQEFBxngKeeVCIECGQQpJwktCS4J | |
LwkwCTEJMwk0CTYJNwk4CTUJKAk5CSwJKwlKCUsJTAlNCU6VOIECwA== | |
- idVendor: 4246 |
~❯ brew update | |
Already up-to-date. | |
~❯ brew doctor | |
2014-05-16 23:47:48.777 mdfind[26170:d07] Metadata.framework [Error]: couldn't get the client port | |
2014-05-16 23:47:49.230 mdfind[26181:d07] Metadata.framework [Error]: couldn't get the client port | |
2014-05-16 23:47:49.259 mdfind[26184:d07] Metadata.framework [Error]: couldn't get the client port | |
2014-05-16 23:47:49.270 mdfind[26185:d07] Metadata.framework [Error]: couldn't get the client port | |
Warning: Putting non-prefixed findutils in your path can cause python builds to fail. | |
~❯ brew --config | |
HOMEBREW_VERSION: 0.9.5 |
abs | |
acos | |
add | |
and | |
argc | |
argidx | |
argv | |
asin | |
atan | |
atan2 |
$ brew cask list | |
Error: uninitialized constant Cask::DSL::ClassMethods::Checksum | |
Please report this bug: | |
https://github.com/mxcl/homebrew/wiki/troubleshooting | |
/usr/local/Cellar/brew-cask/0.16.0/rubylib/cask/dsl.rb:74:in `sha1' | |
/usr/local/Library/Taps/phinze-cask/Casks/adapter.rb:5 | |
/usr/local/Cellar/brew-cask/0.16.0/rubylib/cask.rb:117:in `require' | |
/usr/local/Cellar/brew-cask/0.16.0/rubylib/cask.rb:117:in `_load_from_file' | |
/usr/local/Cellar/brew-cask/0.16.0/rubylib/cask.rb:99:in `_load_from_tap' | |
/usr/local/Cellar/brew-cask/0.16.0/rubylib/cask.rb:127:in `load' |