Yegor

Results 37 issues of Yegor

/cc @jonahwilliams @alexeieleusis

[The expression in the if statement](https://github.com/yjbanov/butterfly/blob/0a62d345ab91bd91a58aeb13af176d52dbc2b74c/lib/src/widget.dart#L145) seems buggy. It seems that it will happily update a `` with configuration for a `` just because both are `Element`. Instead, we should...

Specializes the `OffsetEngineLayer` and `TransformEngineLayer` in CanvasKit mode. Random usage of the Gallery app shows that ~97% of all transforms are covered by identity and translation specializations. Two specializations are...

platform-web

Remove references to IE11 and old Edge (this change is not breaking as Flutter Web never really worked on these); treat Samsung browser as Blink. Fixes https://github.com/flutter/flutter/issues/108999. Potentially also fixes...

platform-web

If you visit https://api.flutter.dev/flutter/foundation/BindingBase/window.html today (Feb 14, 2022), you will see this: ![impl-todos](https://user-images.githubusercontent.com/211513/153919664-578e39c2-d148-4f33-9afa-7c0c42dfc026.png) TODOs are under no obligation to be high-quality documentation. I'm not sure if seeing that TODO in...

type-bug
P3

type: bug
cla: yes
api: no-change
status: LGTM
action: review

The docs for NgAttachAware and NgDetachAware are too fuzzy to be useful. It makes it hard to rely on any sequence of events. ### NgAttachAware ``` /** * Implementing directives...

enhancement

See [Choices.md](https://github.com/munificent/ui-as-code/blob/master/Choices.md#declarativeness-2). With Argument Initializer Blocks (ARB) the difference is actually this: Before: ```dart Row( children: [ Text("1"), Text("2"), Text("3"), ], ); ``` After: ```dart Row { children = [...

Great document overall! Here's a couple of comments: > Closing tags make it easier to read a long list of end delimiters. I think this only matters when reading code...

Skia Gold fails to generate golden digests. I'm also told it may be disabled entirely, which means we could be accumulating engine regressions as we speak. Sample PR: https://github.com/flutter/engine/pull/37916 Sample...

team
engine
team: infra
P3