Matan Lurey
Matan Lurey
We don't support this in Angular Dart yet anyway, FWIW.
Yeah, what I mean is we don't support generics in `#` yet (and it's not a huge priority)
Appreciate you filing this. I don't have the authority to make such a change, but here is what I _would_ do if I did: - Override `print` in the Flutter...
Using `debugPrint` or surrounding print with `if (kIsDebug)` isn't even the same behavior though. Problems: - `debugPrint` has nothing to do with other uses of the prefix `debug` in the...
Yeah unfortunately a lot of the go ecosystem is quite, how do I say this ... minimalist :) It looks like there [might be a reasonable path](https://stackoverflow.com/questions/55031631/is-there-a-golang-function-to-populate-special-characters-when-typing-a-password) but I can't...
Closed by https://github.com/flutter/engine/pull/53135 I believe?
See also https://github.com/swlegion/tts/issues/290.

I wonder if we want to repurpose this into "move the list builder to XML UI"? /cc @nashjaee @dicewrench thoughts?1