Ryan Harter

Results 70 comments of Ryan Harter

I haven't run into that, but I'm also not using the function from a class implementation, I've been using it statically and passing in my app, so I can't say...

Since there were significant structural changes I've updated this PR based on the latest master branch. Thanks for your feedback, @liutikas, I've resolved your comments since the files have moved,...

@jrodbx Anything preventing this from going in?

Error appears to be a transient network error. Mind poking it again?

I've moved the setting to the environment resources, and added tests on both sides. Running the plugin tests locally appears to be a little flaky, getting inconsistent failures in `flagDebugLinkedObjectsIsOn`...

Just wanted to bump this. I see there are conflicts due to the project restructure, but I've also got other open PRs that haven't moved and would rather not spend...

I'm not sure that such a broad rule is needed. What's the specific problem you're having? There are [known issues](https://github.com/ReactiveX/RxAndroid/issues/219) with RxJava and Proguard, could that be it? I have...

Hmm, clean should also be removing your `.focus` file, as it's an `OutputFile` of the focus task. Are you creating it with the `focus` task?

It looks like that's still trying to compare. The flag to records recently changed from `recordScreenshots` to `dropshots.record`, so please make sure you're using the right one.

Ahh, I see what's happening, @sergio-sastre. The Dropshots runtime library in this project doesn't use the dropshots gradle plugin since the plugin adds the dependency, and that would end up...