Tomáš Herceg
Tomáš Herceg
We've discussed this and it is a breaking change so it needs to go to v3. * Restrict instance method calls only to static command services. * Parameters should be...
I have found the [System.Linq.Async](https://www.nuget.org/packages/System.Linq.Async/) package that should add `ToListAsync` - it's prerelease and unlisted now, but it's there. We should explore whether this can help us.
Sorry for the delay in response. I tried to reproduce the issue (both locally and on a server), but it seems to be working in my case, so I believe...
Thank you for reporting the issue, we'll look at what has changed.
@glester Unfortunately, we haven't made any reasonable real-world comparisons between DotVVM and MVC. We can provide some "typical" pages and compare the performance - for example, a GridView with 100...
@glester I've slightly updated our benchmark repo, and run a test of two DotVVM pages that involve a bunch of commonly used components including `Repeater`, `GridView` and others. There is...
We should discuss this as part of #835.
Is there a way to do it without a redirect?
Wow, I didn't know JS is that powerful! But seriously - is there a JS API that can do that? I am not aware of any other method than making...
But that's what we do now when you return a file on postback. Or what did you mean by direct support for file downloads?