```js
----------------------------------------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
----------------------------------------|----------|----------|----------|----------|-------------------|
All files | 42.02 | 21.21 | 21.74 | 44.25 | |
components/bubble-button | 100 | 100 | 100 | 100 | |
index.js | 100 | 100 | 100 | 100 | |
components/chat-bubble | 100 | 42.86 | 100 | 100 | |
index.js | 100 | 42.86 | 100 | 100 | 54,57,60 |
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
{} |
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
# Taking from this blogPost: https://medium.com/@tjkangs/travisci-circleci-2-0-with-fastlane-for-react-native-both-ios-and-android-3f99b71b8691 | |
aliases: | |
# Cache Management | |
- &restore-yarn-cache | |
keys: | |
- yarn-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }} | |
# Fallback in case checksum fails | |
- yarn-{{ arch }}-{{ .Branch }}- | |
# Fallback in case this is a first-time run on a fork |
I hereby claim:
- I am dantesolis on github.
- I am intercoder (https://keybase.io/intercoder) on keybase.
- I have a public key ASDool9JwcPeRQWpWmDuphUKAcxIyN0ns45e5zV15hWfJQo
To claim this, I am signing this object:
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
#!/bin/sh | |
brew install nodenv yarn | |
nodenv install 6.7.0 | |
nodenv rehash | |
nodenv global 6.7.0 | |
echo 'export PATH="$HOME/.nodenv/bin:$PATH"' >> ~/.bash_profile | |
echo 'eval "$(nodenv init -)"' >> ~/.bash_profile | |
source ~/.bash_profile |
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
require 'rubygems' | |
require 'httparty' | |
resp = HTTParty.get("http://www.catfact.info//api/v1/facts.json?page=1&per_page=30") | |
resp['facts'].each do |item| | |
puts item.inspect | |
end |
console.log(geojson);
Uncaught Error: Invalid GeoJSON object.o.extend.geometryToLayer
@ leaflet-src.js:6201L.FeatureGroup.extend._initialize
@ feature_layer.js:94L.FeatureGroup.extend.setGeoJSON
@ feature_layer.js:37L.FeatureGroup.extend.initialize
@ feature_layer.js:30e @ leaflet-src.js:229module.exports.featureLayer
@ feature_layer.js:126$.getJSON.success
@ map.self-a6df45bfe8ed75544f6475a8fe8e82cb2da5ee507eee0fd907eb593f7bdd6f7b.js?body=1:24add
Callbacks:
- Digital Ocean: http://localhost:3000/users/auth/digitalocean/callback
- Facebook: http://localhost:3000/users/auth/facebook/callback
- Amazon: http://localhost:3000/users/auth/amazon/callback
- Twitter: http://localhost:3000/users/auth/twitter/callback
- Google: http://localhost:3000/users/auth/google_oauth2/callback
Error: Unable to upload map 14/10: FIXED
map.self-9bdba3cb475f02d6f8f5758062991fd11b74cc98f433f22aee3dac332a22ac72.js:19 Uncaught SyntaxError: Unexpected token )
Error: Unable to see data/markers on map 18/10:
- Error on opening page
- Just get the error message 'Oops something went wrong'
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
class OmniauthCallbacksController < Devise::OmniauthCallbacksController | |
def twitter | |
handle_redirect('devise.twitter_uid', 'Twitter') | |
end | |
def facebook | |
handle_redirect('devise.facebook_data', 'Facebook') | |
end | |
private |
NewerOlder