Dmitry Zhifarsky

Results 177 comments of Dmitry Zhifarsky

I have a fork, so haven't checked if the problem actually appears in the original codebase. > so it is probably unrelated to Dart 3.0 features I started seeing it...

I'll double-check tomorrow if the issue was present before the update just to be sure, but I don't remember anything red.

Interesting, now I don't see any issues with the same setup. I did upstream all missing changes though. Let me know if you need more info from me.

Noticed another issue though. Dart SDK version: 2.19.6 (stable): Dart 3.0.0-417.4.beta: Looks like a regression to me. Is it? Or it's expected? Want a separate issue?

And explicit type is marked unnecessary.

> how much memory the DAS process Shouldn't `dart info` provide this info instead of relying on Activity Monitor?

> The problem with custom_lint is the performance in large codebases and the need to add an additional dependency. This is the analyzer plugins problem in general (since custom_lint is...