Vlad Hrybok
Vlad Hrybok
The issue is broader than what Provider can or cannot do, and could be restated as follows: > Any framework or library (like Provider or Flutter 2 Navigator) enabling the...
Once this issue is fixed, what's the *longest time* an authenticated user can stay *offline* and rely on the DataStore without getting kicked out: is it determined by the [session...
That's a given, but many corp networks have to adhere to the Zero Trust Model to pass an audit.
Thank you for sharing, @b-zurg . I saw the same landscape littered with abandoned Electron update servers, even those still referenced by the Electron web page. I do realize that...
Being very new to Electron, I'd like to make sure I understand you correctly: your Electron app(s) when checking for update, go straight to S3, not involving the server, and...
Thank you. Quick note: Squirrel.Windows is deprecated.
> "...custom primary key feature is only available for DataStore plugin, model generated with a custom primary key will not work with API plugin GraphQL helper." @HuiSF, to clarify where...
The problem is still there on iPhone iOS 16.2, but I found a workaround, where I run the `setPreferredOrientations()` twice, first without the `landscapeRight`, and then with it: ```dart @override...
The workaround for this issue is to not include your "meat" widget inside the `AutheticatedView`. Here's a pseudo-code of the solution: ``` // This is a stub for listening to...