Neil
Neil
### Describe the bug I have some routes with forms where I define form actions in their `+page.server` files. None of these `+page.server` files have a load function. I noticed...
When packaging an app for macOS (arm) with `torch`, the app builds but when launched, it gives a white screen with the error `RuntimeError: Unable to find torch_shm_manager at /Users/admin/Library/Caches/flet_testing-1.0.0-1/app/__pypackages__/torch/bin/torch_shm_manager`...
**Description** When you make a build on macOS (arm) with `flet build` that causes a crash (e.g. because of a seemingly unsupported dependency), the app will crash the first time...
I'm new to pyobjc so this definitely could be a beginner mistake. I'm trying to figure out the best way to wait for completion handlers to finish and encapsulate that...
I am using ScreenCaptureKit to capture screenshots and when I run two or more instances of the python script in parallel, the capture process silently hangs until I close all...
Filing a new issue per @ndonkoHenri in https://github.com/flet-dev/flet/issues/3231#issuecomment-2198727981 Is there an option or configuration to address overflow of value text in a Dropdown? Example: ```python import flet as ft def...