Clément

Results 12 issues of Clément

### Describe the bug When I run the tests with Vitest, I get the following error: ![image](https://user-images.githubusercontent.com/19864578/183997338-7aa890c1-80a8-4849-a797-0819053b0942.png) I guess adding the `vitest.setup.ts` to the `exports` list (and in the `files`...

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

bug
help wanted

Hello, Cast type support in group by. This PR needs https://github.com/OData/odata.net/pull/2879. ### Issues https://github.com/OData/AspNetCoreOData/issues/1180 ### Description For the following group by : `groupby((MyAddress/Fully.Qualified.Namespace.HomeAddress/HomeNO))` The response was an error : ```...

Hello, I have a case where I want to group by a property of a derived type : ``` /products?apply=groupby((category/ODataGroupByDerivedTypeIssue.Models.Category/categoryName)) ``` An error indicating that this is not supported is...

bug

Hello, This is the initial step towards supporting type cast in group by. Related to https://github.com/OData/AspNetCoreOData/pull/1182. ### Issues https://github.com/OData/AspNetCoreOData/issues/1180 ### Description For the following group by : `groupby((MyAddress/Fully.Qualified.Namespace.HomeAddress/HomeNO))` The response...

Extra Small

### Describe the bug Hello, I'm using the ContextMenu component, where I've redefined the "item" template. When I click on an item, the action is executed. However, when I press...

Status: Needs Triage

fixes #5983. The selector for the anchor element of the Enter key event is not the same on the `ContextMenu` and `TieredMenu` components : * TieredMenu : `[data-pc-section="action"]` * ContextMenu...

Resolution: Needs Revision

### Issues #1243 ### Description For the following query : `$apply=groupby((Address/DynamicCity))&$orderby=((Address/DynamicCity))` The response was : ``` System.ArgumentException: Instance property 'City' is not defined for type 'Microsoft.AspNetCore.OData.Query.Wrapper.GroupByWrapper' (Parameter 'propertyName') at System.Linq.Expressions.Expression.Property(Expression...

Hello, I have a case where I want to sort on a grouped nested dynamic property. However, the request fails and I get an exception. **Assemblies affected** Microsoft.AspNetCore.OData 8.2.5 **Reproduce...

bug

### Describe the bug Hi, We're using PrimeVue version **4.3.2** with a fixed version in our project. Since approximately 5 hours ago, the component styles are broken. For example, here's...

Status: Pending Review