Ilia Tsvetkov

Results 24 comments of Ilia Tsvetkov

I have the same issue. It's quite weird - the user drags 4 slides, but the control moves it back to 1. OS: Win 11, latest Chrome

Hi @flopgiggle, I'm not the maintainer of this nice library, but I think it can help if you provide a little bit more details on what exactly doesn't work for...

Hi, I see the new versions have been unlisted from Nuget. Are there any plans to release the new version?

> I don't think it's worth doing since we don't like long PR titles to begin with, as suggested in the previous comment Oh that's such a pity this feature...

Hi @HHobeck . Do you mean rebase of `develop` over `master`? That's not an option as there are many developers working on new features, and all of them would have...

Sorry for a long delay - we've been busy with some other stuff.. > From the git flow point of view I would always recommend to make a rebase from...

> > Modify your csproj file OpenApiReference elements to include ` /AdditionalNamespaceUsages:Ent.Api.Exceptions /GenerateExceptionClasses:false` Apparently the order is also important, it has to be at the beginning of the options element,...

Oh that's a great idea 👍 I modified it a bit, it works really well. Thank you! ``` c.MapType(() => new OpenApiSchema { Type = "string", Format = "uuid" });...

Is there a way to debug the proxy? When I send request through the proxy, something is different and I cannot identify the problem