Eva

Results 267 comments of Eva

I'm glad you asked me about it first, yes I'm fine with you asking your subscribers for help. I'm not sure what you mean by the "when, where, and how",...

Sorry, "make a short video or audio" is exactly the thing I do _not_ want to do. It's too much effort for a project that I stopped exactly because it...

Yep, that's fine On Fri, May 15, 2015, 9:56 PM Slidenerd [email protected] wrote: > Well in that case , I ll do a mention of you and your library, I...

Hm, I suspected as much. Can you get any insight into which set of constraints is causing the frequent wakeups? Or, at the very least, could you post what your...

Thanks for the interest, I've just finished implementing all the features. Right now, what is really needed is _lots_ of testing. Either by running it manually, or by figuring out...

If you want to test on Lollipop as if you are running an older api version, you can just use `me.tatarka.support.internal.JobSchedulerCompat.newCompatInstance()` for now, though it's likely that will be removed/no...

Yep, this is the major reason I made it clear in the README to not use this in production. Obviously it will never be as good pre-lollipop, but any suggestions...

You can just give your include an id and holdr will generate a field for it that points to the included holdr. It's currently not the most robust since it...

I hadn't considered making listeners transitive, but I do see the use case for it. I wonder if there any cases where you would _not_ want them to be.

I actually had a better idea. How about an `holdr_flatten="true/false"` attribute that would put all the id's and listeners in what you included in the parent Holdr class? You would...