David Duman
David Duman
> System.Exception: Invalid Value: [val]  console version: 
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...
## 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...
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...
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...