Skip to content

Instantly share code, notes, and snippets.

View lotusgraham's full-sized avatar

Graham Whitley lotusgraham

View GitHub Profile
c Clear the screen
q Quit (terminate the application on the device).
An Observatory debugger and profiler on sdk gphone x86 is available at: http://127.0.0.1:54537/W2SBShIENfk=/
W/IInputConnectionWrapper( 9743): getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper( 9743): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper( 9743): getTextAfterCursor on inactive InputConnection
W/IInputConnectionWrapper( 9743): beginBatchEdit on inactive InputConnection
W/IInputConnectionWrapper( 9743): endBatchEdit on inactive InputConnection
I/BiChannelGoogleApi( 9743): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzaq@dd74934
W/FirebaseInstanceId( 9743): Token retrieval failed: SERVICE_NOT_AVAILABLE. Will retry token retrieval
@lotusgraham
lotusgraham / fido.svg
Created November 30, 2016 01:54
svg fido logo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lotusgraham
lotusgraham / gist:63c9c27234aac0d6474af81ff517b221
Created July 11, 2016 21:16
Hey, I'm trying to access my state in the handle toggle event. Right now, on line 10, 'tilesData' is only set to run this toggle of expanding/collapsing the card on position 0 of the array...
export default class Cardz extends React.Component {
constructor(props) {
super(props);
this.state = {
tilesData: [
{
img: 'http://loremflickr.com/640/400/breakfast/all',
title: 'Breakfast',
@lotusgraham
lotusgraham / gist:8e9745620b9af8b89d4d064522881d9c
Created July 11, 2016 21:16
Hey, I'm trying to access my state in the handle toggle event. Right now, on line 10, 'tilesData' is only set to run this toggle of expanding/collapsing the card on position 0 of the array...
export default class Cardz extends React.Component {
constructor(props) {
super(props);
this.state = {
tilesData: [
{
img: 'http://loremflickr.com/640/400/breakfast/all',
title: 'Breakfast',