Yegor

Results 183 comments of Yegor

> The dot chain above does not provide enough information Do you mean there may be missing dots? Or the dots are incorrectly colored? Or something else? Since the issue...

🤞 https://flutter-review.git.corp.google.com/c/recipes/+/38126 is fixing the issue

I'm going to assume this was fixed by rolling `goldctl`. I also filed https://github.com/flutter/flutter/issues/119259 because this seems like a bug in our process.

I'm not sure how I feel about the idea of subclassing `Canvas`. It's a low-level class that's on the hot performance path. Subclassing it would make the `Canvas` type polymorphic,...

My impression was that we want `SelectableText` to be deprecated, now that we have [SelectableRegion](https://api.flutter.dev/flutter/widgets/SelectableRegion-class.html). SelectableText has other problems on the web. It presents itself as a text box to...

This is a pretty old fix. Has it not made it into stable yet? I think it's not a high risk change. It should be a noop in all browsers,...

Perhaps related to https://github.com/flutter/flutter/issues/100916, but that issue is talking about disabling just the _comments_. Skia Gold should continue working as normal, especially in normal engine PRs.

Thank you @mdebbar and @Piinks for looking into the issue. The force pushes were due to my usage of `git rebase` as part of my workflow. It would be nice...

Most new Web specifications as of several years ago require [SecureContext](https://webidl.spec.whatwg.org/#SecureContext). HTTPS will effectively become a hard requirement on the web at the time goes on. If we try to...

@gspencergoog @dkwingsmt This is just a draft. I haven't written a single test yet. I'd like your initial feedback whether this is even close to the right direction.