Results 52 comments of Roger Hu

For what it's worth I've had no issues with 2.1.0 and Butter Knife 8.2.1 for library projects. I would take a look at https://github.com/JakeWharton/butterknife/blob/master/sample/library/build.gradle to see if you might be...

Just tried, doesn't help... the workaround [listed](https://github.com/brianmario/charlock_holmes/issues/122#issuecomment-344450280) still fixes it.

I got things to work for migrating a 50GB DB from MySQL to Postgres with the following requirements: - Provisioned IOPS for source/destination - c6i.4xlarge machines (16 CPUs, 32GB) -...

I don't have full context of it. I do see that most of the time it gets initialized with one here: https://github.com/parse-community/Parse-SDK-Android/blob/master/parse/src/main/java/com/parse/ParseObject.java#L166-L167 But I see here it can be emptied...

It's been added to Bintray but they need to approve.. The dash doesn't matter so long as it matches up the name created on Bintray. But yes, I will fix.

You can use https://jitpack.io in the interim to point to a 0.0.2 tag.

Point to the master branch (I think I fixed those Javadoc issues)

More Javadoc issues. I just fixed: https://github.com/parse-community/ParseUI-Android/commit/0b0f1c15b6ea1b9432fc45dfa0ae245cf7886207

I also just uploaded to Sonatype too so it will take a few hours to show up (I really despise the manual steps needed so tried to hold off on...

Will someone merge https://github.com/jenkinsci/violations-plugin/pull/13? :) If someone has an explanation too about why it's necessary to subclass just to get it to work, would be happy to hear!