Sergio Molchanovsky

Results 117 comments of Sergio Molchanovsky

@DCrow будет ли безопасно на мастер сослаться из пабспека? Нам срочно надо.

Sorry, if I seemed rude. You're right, I just want to point on this downside.

@cmkramer easy_localization is abandoned for more than year use `slang` it's actively maintened (and it has this feature and more)

But this still requires including the side package. And it's for stream transformation, not for working with Observable type.

So the `delay` parameter is actually a debounce? Wow, I didn't know about it.

It makes sense to rename `delay` parameter to `debounce`, because it actually is.

Still would love to see this feature.

> this feature would be too much. stop animation doesn't make much sense. I am agree with this point. Then let's return to the idea I suggested in a start...

It's better to use annotations for that. Annotations are more native Dart way to add some metadata for linter, than comments. ```dart @throws(BadRequestException(), FatalError(), SomethingWentWrongExeption()) abstract class TimeApiService { Future...