David Duman

Results 9 issues of David Duman

> System.Exception: Invalid Value: [val] ![image](https://user-images.githubusercontent.com/6667615/56048041-a629d800-5d14-11e9-81eb-de1ddab61dea.png) console version: ![image](https://user-images.githubusercontent.com/6667615/56048069-b9d53e80-5d14-11e9-97d2-3bf4003d48da.png)

5 lines are not enough to make sure it is the correct JSON

this fixes the issue #25538 [bug(mat-tab-group): dynamic height hides ##overflow-x](https://github.com/angular/components/issues/25538)

### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...

needs triage

## My Environment * __ArangoDB Version__: 3.11.2 * __Deployment Mode__: Single Server * __Deployment Strategy__: ArangoDB Starter * __Configuration__: droplet (4 cpu cores / 16gb memory) * __Infrastructure__: Digital Ocean...

1 Bug
3 UI

I created a simple search for Person vertex ``` List lstUser = db.Select("@rid, firstName, lastName") .From("person") .Where("email").Equals(user.email) .ToList(); ``` the query works under a second if the email exist in...

## My Environment * __ArangoDB Version__: 3.12.3 Enterprise * __Deployment Mode__: not relevant __Affected feature__: AQL query using web interface ## Steps to reproduce 1. run a query with many...

3 UI
3 AQL

When modifying a model class (e.g., adding a new field to a class used in a Web API response), hot reload reports success (dotnet watch 🔥 Hot reload of changes...

Area-AspNetCore
Area-Watch