
f#
label [ HtmlFor "stepping" ] [str (sprintf "Increment by %s" (ts:TimeSpan).ToString("mm:ss")))]
Would be nice if it either worked or threw a compiler error.
Workaround is simple enough.
Ah, you're right. Forgot about that one! 馃槄 Timespans are currently just translated to numbers so we need to add a replacement at compile time here (similar to the one for dates). Then add the toString method (accepting JS numbers) somewhere in this file.
Would you volunteer? Please...

Sure, tomorrow I'll give it a try
Thanks! I knew the gif would work! ;)
For now I just added the error message for TimeSpan.ToString with arguments, but it'd be great if you could implement the replacement!
I knew this would bite me. I should have written "at an indeterminate point in the future" instead of "tomorrow".
Thanks for adding the error, I'll try to get to it the next few days.
Most helpful comment
Thanks! I knew the gif would work! ;)