Eli Hart

Results 56 comments of Eli Hart

We have also encountered this, but are similarly unable to provide a repro

Can you share what your epoxy annotation usages look like that is causing this, if you can tell? It seems like your resource reference syntax is in an unexpected format...

Thanks, that should help fix this, but in the meantime you might try converting the file to kotlin as that may work better for you

Thanks for the detailed bug report. Sticky headers were contributed by an external person and I am not too familiar with the code and don't maintain it myself, but you...

The quick answer is that you need to register a text watcher on the model and save the text value to a field whenever it changes. Rebuilding models should rely...

@yesez5 Sorry for the delay, things have been busy. That's great that you want to work on an Android version of Eureka though! Here is the pattern we use, it's...

No, this hasn't been done yet. I'll update this issue when it is. If anyone wants to help that would be great

@sandys this doesn't apply to photos, it only applies to EditText. Photos should be handled like any other type of data. @nealsanche `Introducing a delay, via requestDelayedModelBuild just leads to...

I've already posted how to handle edit texts as a previous comment in this issue: https://github.com/airbnb/epoxy/issues/426#issuecomment-392897528 There's nothing else to it, it's not complicated.

@zirkler your problem is that you are updating the property on the model. As you can see in the error that is not allowed. You should instead have a callback...