Daniel Turan
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...
If I place linechart inside parent with fixed height and set legendPosition="below", the legend is acually outside the parent: **To Reproduce** ```html ``` **Screenshots**  **Expected behavior** Legend should be...
**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 ...
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...
Related to #599 If I use ODataQueryOptions as an action parameter, the swagger doc gets very verbose:  ```csharp [EnableQuery] [HttpGet] public IQueryable Get(ODataQueryOptions options) {} ``` ```csharp app.UseEndpoints(endpoints =>...
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