Tomáš Herceg

Results 56 comments of Tomáš Herceg

@exyi You were fixing something in the `RouteLink` control and if I remember correctly, you discovered some issues related to this - is this issue still relevant?

We've discussed this and we can validate the parameter constraints when generating the link (when the page is compiled), and maybe generate warnings when the parameter is data-bound.

The usage of Razor partial view in DotVVM could look like this: ``` ``` We should also think about an option to pass `ViewBag`, route information and other things the...

The opposite direction (hosting DotVVM user controls in Razor views) will be very tricky and may not be possible. If we decide to do it, we'll create a separate issue...

I see this feature more as part of DotVVM Contrib than in the framework, but it can be quite useful.

Related to #277 - we should discuss on the next sync call.

This PR aims to allow calling named commands via JS public API. I need this in the MAUI integration - I've changed this to a draft because maybe I'll have...

TimeSpan format strings work in a different way than DateTime (do not use AM/PM, support more than one day), so this needs to be implemented in another way.

Could we add culture to the cache key in case the binding uses properties on resources? This may be quite a common scenario - I've seen a lot of bindings...

The `ToString()` workaround in the debug mode probably works because of the bug in .NET - see https://github.com/dotnet/runtime/issues/96385