Ahmed Ashour

Results 72 comments of Ahmed Ashour

https://dart-review.googlesource.com/c/sdk/+/260520 "Generating imports" is finished, but the issue scope would be increased to also support "generating strings"

https://dart-review.googlesource.com/c/sdk/+/260523 I am not sure where else "generating string" should be tackled.

Thanks, I didn't notice the `Dart Test` runs by Dart plugin. My question is: with only Dart plugin, without Flutter plugin, there is no gutter green icons to run the...

Would an implementation of something like the below accepted as an API? ``` @Columns(prefix = "value_", start = 1, end = 700) private double[] values; ```

> did you write a regex for this? Thanks. Yes, for different types of comment separators.

This needs moving classes to different packages, so either deprecation is used, which is then removed with later versions, or this is totally restructured in version 3 (not sure about...

If InfluxDbImpl is initiated with only UDP hostname, then we can't use `.query()`, `.ping()' or any HTTP functions. The current design mixes both HTTP and UDP hostname in the URL....