Skip to content

Instantly share code, notes, and snippets.

View fuzzybinary's full-sized avatar

Jeff Ward fuzzybinary

View GitHub Profile
@fuzzybinary
fuzzybinary / main.dart
Created May 24, 2018 14:20
An example of a sub-element not animating with a hero animation
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
class MyHero extends StatelessWidget {
bool expanded = false;
MyHero({Key key, this.expanded})
: super(key: key);
@fuzzybinary
fuzzybinary / appium.log
Created February 1, 2018 15:12
iOS getAlertText not performing as expected
[Appium] Welcome to Appium v1.8.0-beta (REV 8093a3512132f226b2076ca83a3262fe717fe3e2)
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0-beta","revision":"8093a3512132f226b2076ca83a3262fe717fe3e2"}}
[HTTP] <-- GET /wd/hub/status 200 44 ms - 115
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/jeffward/Projects/automation_test/AutomationTestiOS/artifacts/simulator/AutomationTestiOS.app","noReset":false,"platformVersion":"11.2","automationName":"XCUITest","autoGrantPermissions":true,"platformName":"iOS","deviceName":"iPhone 8 Plus","fullReset":false},"requiredCapabilities":{},"capabilities":{"desiredCapabilities":{"app":"/Users/jeffward/Projects/automation_test/AutomationTestiOS/artifacts/simulator/AutomationTestiOS.app","noReset":false,"platformVersion":"11.2","automationName":"
@fuzzybinary
fuzzybinary / 0_reuse_code.js
Created February 17, 2016 15:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
JARTOXML : warning J2X9001: Couldn't load class oak/activity/FragmentHostActivity : java.lang.ClassNotFoundException: oak.activity.FragmentHostActivity
java.lang.ClassNotFoundException: oak.activity.SupportFragmentHostActivity
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)