Jonah Williams

Results 585 comments of Jonah Williams

Playing around with the gallery app, I can see that on an older iPhone model (6? 7?), It can take 3-4ms to create a glyph atlas. Caching it means that...

I'm removing `[flutter_tools] ` from the title because the specific backend that would implement this functionality is probably the analyzer and not the flutter tool

@derekxu16 are these package:test send/receive ports? if so have you talked to any of the package:test maintainers yet? I can look at it a bit but I'm not very familiar...

I wasn't directly asked, but since this impacts the engine repo substantially: We have a large number of reverts because we are required to write code in one repo (engine)...

The stack traces we have on this issue don't indicate a problem in the flutter engine itself, and without any ability to reproduce the problem its unlikely we'll make any...

Hey @xxgreg , sorry for the lack of response on my end. Github is a bit of a firehose for me and it seems this one slipped through the cracks....

@feinstein I think you've misunderstood the problems/solutions here. In the Skia renderer, the hariline artifacts are caused by their anti aliasing implementation - so turning off AA may fix the...

Possibly worth checking if Impeller exhibits the same issue. It could be either incorrect culling in our display_list layer or (if not) incorrect culling in Skia.

Hi, Flutter team member here. If you're hitting Impeller specific rendering bugs you need to file them on the main flutter repo. We do not triage this repo, so these...

Hi, Flutter team member here. If you're hitting Impeller specific rendering bugs you need to file them on the main flutter repo. We do not triage this repo, so these...