Stephan Kast
Stephan Kast
I think this issue may be related to the issue I am experiencing: When I disconnect from a peripheral i cannot instantly reconnect to it, it takes about 15-20 seconds...
Same while trying to connect to a device. I searched the web for that error and it said that the device is not close enough to establish a connection. However,...
The code below is an example on how I am using the dialog. ``` dart import 'package:flutter/material.dart'; import 'package:pmvvm/pmvvm.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget {...
I found a solution but I do not know if that is the correct way. I am using a StatefulBuilder around the AlertDialog. ``` dart return showDialog( barrierDismissible: false, context:...
Hasn't anybody experienced this problem before or did i just add wrong parameters for wayland ?
Did you achieve this with the newest version?
Anyone fixed that yet ??
Same problem on `Ubuntu 22.04` on a server
I compared three of my servers with the failing one and the only thing that is different is that the vm.swappiness is set to 0 and that the server has...
> > I compared three of my servers with the failing one and the only thing that is different is that the vm.swappiness is set to 0 and that the...