Timothy Kist

Results 85 comments of Timothy Kist

@ranaparamveer thanks for maintaining this library, though you haven't enabled issues on your repository. Can you do so? Goto repository settings and click the issues checkbox. On Wed, 27 Jun...

Indeed! See [ReadMe.md](https://github.com/wasabeef/Blurry/blob/master/README.md): ``` // from View Blurry.with(context).capture(view).into(imageView); ```

I think it's related to #208. Use Jitpack instead for now (https://jitpack.io/#amitshekhariitbhu/Android-Debug-Database/v1.0.6) and subscribe to #212 issue

Thanks, man. That makes complete sense. Not sure about configuring or if Blue Ocean is installed by default. Did you have to query for blue ocean or are you querying...

Same for Android. Guessing it's not just Windows.

This seems to be fixed in this example. Would an update of Ace help? https://ace.c9.io/build/kitchen-sink.html

@danielperna84 strange. The example is running 1.4.8 though.

@danielperna84 I've had a good look and I can't see anything obvious that's preventing things, but I think it's to do with the JavaScript code in [`dev.html`](https://github.com/danielperna84/hass-configurator/blob/master/hass_configurator/dev.html). I think it's...

Might need to either access through reflection or bump minSdkVersion to 17. https://github.com/linkedin/test-butler/blob/d770acf39f6373c3b7c6cf79b68ccd78868f4983/build.gradle#L25

I can see that there are two lines that would need to be accessed using reflection or an API check: https://github.com/linkedin/test-butler/blob/d770acf39f6373c3b7c6cf79b68ccd78868f4983/test-butler-app/src/main/java/com/linkedin/android/testbutler/AlwaysFinishActivitiesChanger.java#L62 https://github.com/linkedin/test-butler/blob/d770acf39f6373c3b7c6cf79b68ccd78868f4983/test-butler-app/src/main/java/com/linkedin/android/testbutler/AlwaysFinishActivitiesChanger.java#L57 Can you see any others? I am surprised...