Yegor

Results 48 issues of Yegor

Example: https://github.com/flutter/flutter/pull/159304 Notice how the bot puts the PR in the queue and then the PR gets immediately closed: ![Screenshot 2024-11-22 at 5 29 40 PM](https://github.com/user-attachments/assets/76ee0fc3-8924-4f80-8c41-dce070a2f90a) What's happening is Cocoon...

team-infra
P0
monorepo

Let's move `package:url_launcher` into the Flutter SDK. Links are essential parts of building client apps. You can tell by the likes and download counter on [pub](https://pub.dev/packages/url_launcher): Additionally, the Flutter team...

team-framework

All it does is schedule a couple of drones then collects results: [Example](https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20mac_clang_tidy/18101/overview) We don't need to consume 30 minutes of mac time for that. Let's reserve the macs for...

team-infra
P1
triaged-infra
fyi-ios
monorepo

Fixes https://github.com/flutter/flutter/issues/160405

engine

With the monorepo "Linux Web Framework tests" is no longer needed because all framework tests will run immediately on every engine change. In fact, none of this would even work...

team-infra
P1
c: tech-debt
monorepo

In the monorepo world we need to be able to just build the engine without running tests to support the following: * **PRs and post-submit**: immediately after the engine is...

team-infra
P1
triaged-infra
monorepo

`aria-selected` is ignored by VoiceOver (and potentially other screen readers). To reproduce, `flutter run -d chrome` the [a11y test app](https://github.com/flutter/flutter/tree/master/dev/a11y_assessments). And try any of the nav bar and tab demos.

a: accessibility
platform-web
P1
customer: samehere
customer: huggsy (g3)
team-web
triaged-web

The engine is now expected to send a `didGainFocus` to the framework to record that previous accessibility focus position when pushing a new route. In return, the framework sends a...

engine
a: accessibility
platform-web
P2
customer: castaway
team-web
triaged-web