Kaushik Iska
Kaushik Iska
Just checked, Metal is the default on macOS versions >= 10.14, see: https://github.com/flutter/engine/blob/main/shell/platform/darwin/macos/framework/Source/FlutterRenderingBackend.mm#L14. Seems like this is an issue on: ``` OS Version: macOS 10.13.6 (17G14042) Report Version: 104 ```
@dnfield I think the direction we should head towards is to delete the support of OpenGL on macOS. I am not sure what the timeline for it should be though.
Seems like the first instance of these has started after https://github.com/flutter/engine/pull/36247/. Is it possible to symbolicate https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8802421798905976737/+/u/FEMU_Test/test:_Run_FEMU_Test_Suite_shell_tests__3_/syslog to understand what is going on? cc: @akbiggs
I'm trying to understand how this would get used in the multi-window context, can you provide a brief sketch of how you would end up wiring the get view callback...
I think this is a great feature overall, but I have some questions about the approach: 1. Given that each visitor is scoped to the sub-tree it is visiting, can...
not intentional @goranc , thanks for filing this issue, we will get to it. cc: @serprex
@serprex my thought here is that when a flow gets deleted / dropped we should be clearing all the metadata associated with it, for example all the tables in peerdb_stats...
fair point, maybe we can have an optional flag in the delete request -- persist history, default it to false
x-ref: https://github.com/flutter/flutter/issues/88131
@jason-simmons could this be because xvfb setup isn't complete yet? see: https://github.com/flutter/engine/blob/40019b79d4f84bbadc7412b76b6a4daf88295c8c/testing/xvfb.py#L100, maybe we should increase the timeout here?