Ahmed Ashour

Results 43 issues of Ahmed Ashour

**Steps**: 1. Use Chrome as web application 2. Sign in 3. Click on `All` books 4. Click on a book 5. Click on the Back button of the Application, not...

p2

Would the below scenario add a value to the sample: 1. The user opens the web browser with `/book/3` 2. The web app redirects to `/signin` 3. Sign in Expected...

p2

Update: as communicated below: >Would it make sense to expand it to covering additional cases where a non-String will automatically be converted, such as in string interpolations ('aaa ${x.toString()} zzz')...

lint proposal
status: pending

case 1: ```dart import 'package:flutter/material.dart'; class ParentWidget extends StatelessWidget { // the lint here is ok @override Widget build(BuildContext context) => Container(); } class MyWidget extends ParentWidget { // Container();...

type-bug
false positive
set-flutter

Fixes #2818 I hope it is fine to do this change, since `not evaluating constants deliberately` in the old TODO, I guess it was added to retain the old behavior...

cla: yes
needs internal testing
set-core

Covers the cases for #2770 I am not sure about the documentation request, since this is a test case m3(f(int)) => null; // LINT

cla: yes
false negative
needs internal testing
set-core

Initiated in https://github.com/flutter/flutter/issues/5797 When a program prints the usage, it usually returns non-zero, e.g. `git` and `help`.

- Branch `4.1` On trying to run the built project, using the instructions in [README](https://github.com/neo4j/neo4j#running-neo4j), there are two issues. Also, I am trying to directly use IntelliJ. 1. `mvn compile...

On trying to run the application, there are errors below. Also, I believe it would be better to upgrade dependencies, specially for Firebase. At the moment, I created a new...

This asset doesn't not exist and makes the build fail. Also, what is difference between `widgets` branch and `master`?