Orhan Obut
Orhan Obut
how many item do you have in the list and how is the complexity of the item view?
I think we could introduce a new method to update only the given position, that would help a lot for the performance, would that solve your problem?
Can you give us more detail please? Is it POST, GET etc and what is the size of data being sent/received or any more information that we can recreate the...
You need to provide custom type to wasp in order to parse it, in your case callback should have something like below. ``` java class GithubApi { // fields }...
Let me reproduce it, it looks like a different problem occurs
@tasomaniac WaspRequest is a special case which you are able to cancel the request, https://github.com/orhanobut/wasp/wiki/Request-cancelation It looks like retry policy issue, but still need to check thoroughly.
Hi @cutiko I would admit that error handling is poor against the unknown errors. Let me check what I can do with this. Usually when there is an error which...
Hi @cutiko I'll try to spend some more time on wasp, on the other hand I would be more happy with pull requests as well. That would make the things...
Same goes here, I'd be happy if you can submit a pull request or I can add it later. Thanks!
Clean/Build should fix, it seems that new version had some changes in the level of binary which is not backward compatible. If it doesn't solve the problem, we definitely need...