Skip to content

Instantly share code, notes, and snippets.

View gkimpson's full-sized avatar

Gavin Kimpson gkimpson

View GitHub Profile
<?php
namespace App;
// use Illuminate\Foundation\Auth\User as Authenticatable;
use Kodeine\Acl\Traits\HasRole;
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
{
use Authenticatable, CanResetPassword, HasRole;
@gkimpson
gkimpson / gist:fbde0f5a7d1017daae17
Created May 19, 2015 11:55
White screen in emulator and on Android device (OnePlusOne)
05-19 12:50:14.762 22425-22425/com.stickysticky.app I/art﹕ Late-enabling -Xcheck:jni
05-19 12:50:14.855 22425-22425/com.stickysticky.app I/LoadedApk﹕ No resource references to update in package common
05-19 12:50:14.855 22425-22425/com.stickysticky.app I/LoadedApk﹕ No resource references to update in package com.cyngn.hexo
05-19 12:50:14.855 22425-22425/com.stickysticky.app I/LoadedApk﹕ No resource references to update in package com.cyngn.hexo
05-19 12:50:14.862 22425-22425/com.stickysticky.app W/ResourceType﹕ For resource 0x01030224, entry index(548) is beyond type entryCount(9)
05-19 12:50:14.862 22425-22425/com.stickysticky.app W/ResourceType﹕ For resource 0x01030224, entry index(548) is beyond type entryCount(9)
05-19 12:50:14.866 22425-22425/com.stickysticky.app I/CordovaLog﹕ Changing log level to DEBUG(3)
05-19 12:50:14.900 22425-22425/com.stickysticky.app I/WebViewFactory﹕ Loading com.google.android.webview version 42.0.2311.138 (code 2311138)
05-19 12:50:14.927 22425-22425/com.stickysticky.a