Pranav Wadhwa

Results 10 comments of Pranav Wadhwa

> my fork has a CI script that provides debug binaries for android > https://github.com/PunchCakee/mobile I would not recommend building the app against prod cause it might be flagged if...

That specific error in my screenshot occurs when the data is already loaded and the devices loses connectivity. So after loading the data, disconnect the device and try refreshing the...

Let's go with improving the error messages and disabling refresh when there is no connectivity. I also have not been able to reproduce the image error, maybe something changes since...

What do you mean? I believe you can just set the callback to null ```dart onRefresh: isNowOnline ? () => ref.refresh(liveStreamersProvider.future) : null, ```

Currently, the website has a `Learn from Your Mistakes` feature and also has a `Recommended Puzzle Training` feature in game analysis. That would require the request server analysis feature to...

Also reproducible on the example app of chessground, when resuming the app after playing a move.

Yes, probably it's clearing the image cache when stopped and reloading it when resuming. I couldn't find an issue on the flutter repo which relates to this problem.

This was discussed in #220 and was decided that there was no use case for pip mode.

Facing the same issue today. I believe the pipedrive api is at fault. They have moved toward v2 for their webhooks. https://devcommunity.pipedrive.com/t/webhooks-v2-will-become-the-new-default-version/18786