Results 5 issues of PLUTO

I found a strange conflict issue between `NSScreen` and `NSProcessInfo`. Using both `NSProcessInfo.operatingSystemVersion` and `UIScreen.mainScreen` will cause the application to crash with "segmentation fault". But I can't imagine the relation...

There are some hindrance in implementing the functional part of `@next`. They have stumped me for a long time: * InitSelector's loop call * Wait until the page cycle ends...

help wanted

The performance of my hardware device is not the bottleneck: ``` CPU: i9 12900k MEM: 64GB DDR4-3200 ``` ### Input C/C++ Header ```C++ // only 4 functions and 1 type...

I-needs-reduced-test-case

area/forwarder
area/proxy
feature

I want to implement an animation that will run at 60 fps on my computer. But it's not a good idea to call `request_redraw()` directly on `Event::RedrawEventsCleared` and set control_flow...

type: question