Alex Black
Alex Black
It looks like if you crop an image with transparency you're left with a non-transparent image. I've attached an example input image. 
Not sure if you are interested in supporting these browsers (I am !) Great little library you have here. In my code below, the second function in the flow gets...
- `downshift` version: 6.1.3 https://codesandbox.io/s/simple-downshift-example-forked-cfsxk?file=/index.js I've set this sample forked from an example. It attempts to prevent item selection using the stateReducer, but onSelect still fires. ``` stateReducer={(state, changes) =>...
URIs like these fail to load: ``` file:///storage/emulated/0/TheFileConverter/Michael%20Lowe%203.gif: open failed: ENOENT (No such file or directory) file:///storage/emulated/0/Pictures/Screenshots/2015-10-10%2023.33.22.png: open failed: ENOENT (No such file or directory) file:///storage/emulated/0/Android/data/com.microsoft.skydrive/cache/stream_cache/pemartinez62%40gmail.com/542/IMG_20150928_125109.jpg: open failed: ENOENT (No...
``` Non-fatal Exception: java.lang.Exception: java.lang.RuntimeException: Attempted to change an objectId to one that's already known to the Offline Store. at com.aadhk.woinvoice.util.ParseInit$2.then(ProGuard:195) at com.aadhk.woinvoice.util.ParseInit$2.then(ProGuard:173) at bolts.Task$15.run(ProGuard:839) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at...
It looks like after I implemented a retry work around for the failing to save parse installation bug I might have hit a new bug? My retry code looks like...
I'm trying out using the new `setUnobservedExceptionHandler` and I frequently see this logged now in my app: ``` 12:06:43.716 1124-1136/com.aadhk.woinvoice E/App: Bolts UnobservedTaskException bolts.UnobservedTaskException: com.parse.ParseException: Attempted to fetch an object...
Hi, I'm just trying out hard-source-webpack-plugin for the first time, and its amazing, builds run much faster now, but there is a ton of output despite my attempts to silence...
One of my users with a Samsung Galaxy Nexus with android 4.1.1 experienced this: java.lang.NullPointerException at com.ipaulpro.afilechooser.FileChooserActivity.boolean onCreateOptionsMenu(android.view.Menu)(ProGuard:125) at android.app.Activity.onCreatePanelMenu(Activity.java:2503) at android.support.v4.app.FragmentActivity.boolean onCreatePanelMenu(int,android.view.Menu)(ProGuard:275) at com.android.internal.policy.impl.PhoneWindow.preparePanel(PhoneWindow.java:393) at com.android.internal.policy.impl.PhoneWindow.onKeyDownPanel(PhoneWindow.java:767) at com.android.internal.policy.impl.PhoneWindow.onKeyDown(PhoneWindow.java:1432) at...
I'd like the currently selected tab to use white text, and the rest of the tabs to use grey. I'm trying this but no luck, all the tabs text turns...