I hereby claim:
- I am luandro on github.
- I am luandro (https://keybase.io/luandro) on keybase.
- I have a public key ASBlmjz9hgLC9cXN00ij-HDYTRteGxUXiIs8DfF84Wuvogo
To claim this, I am signing this object:
checking whether make supports the include directive... yes (GNU style) | |
checking for gcc... /Users/Sites/ssbcmobile/android/build/standalone-toolchains/arm-linux-androideabi/bin/arm-linux-androideabi-clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... Modulesarmeabi-v7a | |
checking whether we are cross compiling... configure: error: in `/Users/Sites/ssbcmobile/android/build/nodejs-native-assets-temp-build/nodejs-native-assets-armeabi-v7a/nodejs-project/node_modules/sodium-native/libsodium': | |
configure: error: cannot run C compiled programs. | |
If you meant to cross compile, use `--host'. | |
See `config.log' for more details | |
/Users/Sites/ssbcmobile/android/build/nodejs-native-assets-temp-build/nodejs-native-assets-armeabi-v7a/nodejs-project/node_modules/sodium-native/preinstall.js:119 |
I hereby claim:
To claim this, I am signing this object:
Hyperterm |
<svg class="locationSVG" viewBox="200 175 400 300" xmlns="http://www.w3.org/2000/svg"> | |
<defs> | |
<clipPath id="boxMask"> | |
<rect x="290" y="190" class="boxMask" width="220" height="220"/> | |
</clipPath> | |
</defs> | |
<g clip-path="url(#boxMask)"> | |
<path class="pin" fill-rule="evenodd" clip-rule="evenodd" d="M400,289c-11,0-20,9-20,20c0,15.4,17.6,42,18.3,43.1c0.4,0.6,1,0.9,1.7,0.9c0.7,0,1.3-0.3,1.7-0.9 | |
c0.7-1.1,18.3-27.7,18.3-43.1C420,298,411,289,400,289z M400,301c-4.4,0-8,3.6-8,8s3.6,8,8,8c4.4,0,8-3.6,8-8S404.4,301,400,301z" fill="#FF5722"/> | |
<g class="track"> |
Verifying that +luandro is my blockchain ID. https://onename.com/luandro |
import React from "react"; | |
import ReactDOM from "react-dom"; | |
import { Provider } from 'react-redux'; | |
import {ReduxRouter} from 'redux-router'; | |
import configureStore from "./configureClientStore"; | |
import DevTools from "./DevTools"; | |
const store = configureStore(window.__INITIAL_STATE__); | |
const reactRoot = window.document.getElementById("react-root"); | |
ReactDOM.render( |