Ahmad Hamwi
Ahmad Hamwi
@yanok Hi, I have the issue and I've reproduced it in [this repo](https://github.com/Ahmad-Hamwi/mockito-gen-issue). It's a very minimal project, please take a look. All required info is in the readme file.
If I understand OOP correctly, this shouldn't be the problem, should it? Since the runtime type will be a `Mock*` anyways. But here's a screenshot after changing what you've suggested,...
Sure no problem. Thank you for reopening the issue. Tyt.
Thank you for you insights. So basically generated code cannot be mocked. Is this an intended behavior for mockito or is it a feature that should be worked on? Also,...
Thank you for your observation, may I ask you to test this on a normal list? Not a paginated one. I need first to know whether this is a compose...
This means this isn't this library's bug, it is probably a misuse of the lazy list or an actual bug on compose's side. Are you assigning keys to each item...
True, otherwise your data will be lost, you won't be able to go back to your previously scrolled data, this isn't the behavior I expect when scrolling in any feed...
You're talking about disk caching, now it makes sense, it is not supported. I think supporting such optimization will take some time, especially on each platform, I may start with...
Can you provide me with resources on such in-memory object pool? A quick search showed me that it can be the same as an in-memory DB, but I'm not sure...
I would also appreciate a minimal sample project that has produces the crash.