Matej Knopp

Results 242 comments of Matej Knopp

Also happens in 1037 (just released): SimulatorKit 942, CoreSimulator 987

I love this! I'll try to get this working on macOS with the resize synchronizer, but I'm not sure how much time I'm going to have this week (FlutterCon). Btw....

I have a very fragile and buggy but working macOS proof of concept working. The idea is to short-circuit macOS vsync waiter during resizing to fire immediately, and then to...

I've a WIP PR for macos [here](https://github.com/flutter/engine/pull/53747). Some remaining open questions there, mostly regarding the microtask queue.

If the plugin assumes merged UI and platform thread, it would mean that the plugin imposes the flag on the end user, which I don't really like. For example with...

This will absolutely cause super_drag_and_drop to deadlock, since it needs to respond to synchronous platform callbacks and it does it by carefully blocking the platform thread until it has response...

Possibly seems like app lifecycle event being reported wrong on macOS. Looking into it.

Nevermind, that was a red herring. Super_editor unfocuses on IME disconnected, but it only refocuses (and thus restores selection) when being interacted or scrolling. So this seems like super_editor issue?

I think the currently published version will not build. You'd need to use the latest revision from git (for both rust - nativeshell, nativeshell_build, and the dart package).