EasyDev
EasyDev
**Description** Issue does not occur in python code state, but occurs after windows build **Code example to reproduce the issue:** ```python import flet as ft import win32com.client info_dict = {}...
**Description** **Code example to reproduce the issue:** ```python import win32api import flet as ft def get_system_info(e): computer_name = win32api.GetComputerName() windows_version = win32api.GetVersionEx() print(f"Computer Name: {computer_name} \nWindows Version: {windows_version}") def main(page:...
Keyboard stops working after 3 or more deep sleeps. The keyboard screen shows a Bluetooth connection, but it doesn't work However I can still operate the joystick mouse included with...