Kingkor Roy Tirtho

Results 654 comments of Kingkor Roy Tirtho

> If you run Debian try: > `sudo update-alternatives --set iptables /usr/sbin/iptables-legacy` > > ensure that /etc/sysctl.conf includes: > `net.ipv4.ip_forward = 1` > > Third guess: Are you using openvpn?...

@x401om can we at least use the API to check wheather there's any active subscription for user/customer-id?

I didn't test it yet, but theoretically it should. But it doesn't support it out of the box

There's no specific way to use it with riverpod or any other package. But if you need to look at any production ready app, well there's Spotube's [lib/services/queries](https://github.com/KRTirtho/spotube/tree/master/lib/services/queries) and [lib/services/mutations](https://github.com/KRTirtho/spotube/tree/master/lib/services/mutations)

Yes I was able to reproduce it. This is quite an odd issue

I think what you want to achieve is invalidateQueries? You want to just make them stale but don't want the queries to refresh immediately and only refresh when required?

Yeah actually it was planned already. But never made it in a release. But what you're suggesting, has `query.refresh` so it doesn't actually make any difference that refreshWithPrefix

Ok, so I guess because of the `hasListeners` it'll update the UI only when it's mounted otherwise it'll be resetted. We can add it βœ…

I'm waiting for https://flutter.dev/go/blankcanvas Currently this library heavily depends on fluent_ui, macos_ui, libadwaita etc platform specific UI libraries. The problem is they've vastly different APIs and fusing them all is...

As far as I understand blankcanvas will include basic unstyled widgets with accessibility implemented including focus. So, I just have to style those widgets and maybe have to create some...