-
Little to no backend work - this is UI scaffolding
- Consider reddit as inspo for this page
- Display the thread title
- Display the thread content (text only, to start)
- Display the name & profile i…
-
When someone sends a lot of events to the socket (~ 5-10 per second), it locks the main thread completely, until messages stop. Consider using webworkers.
-
### Steps to Reproduce
1. Hit the new post button on mobile
2. Select more than one languages (or one with many characters)
3. Write something
4. The radial UI element indicating the remaining c…
-
As investigated in https://github.com/brave/brave-browser/issues/41549 decoding `DBTransactionInfo` mojo messages happens on UI thread.
In some real-world scenarios it could takes 30ms+ even on high-p…
-
### Tested versions
Reproducible in Godot v4.0.4.stable
### System information
Android & iOS - Godot v4.0.4.stable - Mobile
### Issue description
try to invoke GLTFDocument.append_from_file to lo…
-
```
java.desktop@17.0.10/java.awt.EventQueue.dispatchEvent(Unknown Source) [55600ms]
java.base@17.0.10/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) […
-
### Steps to reproduce
1. `flutter channel master`
2. `flutter run --profile`
3. Scroll vigorously up and down
Reproducible on `master` TOT at the moment : 3ed40f003a92487dfa96833e6a1e1bd7f8ce…
-
Hi,
It would be very interesting to add functionality to wait until the UI thread becomes idle similar to the mobile command: waitForUIThread from the appium-espresso-driver or a capability appium…
-
-
Currently Flutter has a separate UI thread (that runs dart code) and platform thread. I *think* the main purpose of the UI thread is to prevent blocking the platform thread, but the actual benefit of…
knopp updated
1 month ago