Daniel Turan

Results 27 issues of Daniel Turan

Added vNext.BlazorComponents.FluentValidation

when I call `myModel.sync()`, I'm getting > Unable to get property 'collection' of undefined or null reference ```javascript import { Model } from 'backbone'; import { LocalStorage } from 'backbone.localstorage';...

I want to add RowNumbers to `IOrderedQueryable`. The problem is, that constructing RowNumberOrderByClause dynamically is not a trivial task. I think following overload would be useful: ```csharp var query =...

Hi Peter @mrpmorris: I really appreciate what you are doing here. I had a question related to one of the topics, but there is no way to ask the community,...

### Feature request Please, remove NodeJS runtime from a nuget package. NodeJs could be included in separate nuget package out of convenience. Playwright could use environment variable to determine path...

P3-collecting-feedback

If I place linechart inside parent with fixed height and set legendPosition="below", the legend is acually outside the parent: **To Reproduce** ```html ``` **Screenshots** ![image](https://user-images.githubusercontent.com/3494407/63001286-97defa80-be73-11e9-8696-feb74d9b9f2c.png) **Expected behavior** Legend should be...

Bug

**Is your feature request related to a problem? Please describe.** when there are small values (narrow slices) in the pie chart, the labes are just not displayed, see: https://stackblitz.com/edit/ngx-charts-piechart-missing-labels?file=src/app/app.component.ts ![image](https://user-images.githubusercontent.com/3494407/67098716-efc01780-f1bc-11e9-8284-103c7ef86b14.png)...

New Feature

I believe I'm not the first one who is trying to get some custom code gen from swagger.json. It would be very nice to have some example of how to...

domain: documentation

Related to #599 If I use ODataQueryOptions as an action parameter, the swagger doc gets very verbose: ![image](https://user-images.githubusercontent.com/3494407/115366342-8829c480-a1c5-11eb-89c5-12269dad832d.png) ```csharp [EnableQuery] [HttpGet] public IQueryable Get(ODataQueryOptions options) {} ``` ```csharp app.UseEndpoints(endpoints =>...

question
answered
asp.net core
odata

Hi, just FYI, there is a preview 2 release of [DartSassHost](https://github.com/Taritsyn/DartSassHost/releases). It would be great, if you could test it out. Thanks