Standa Lukeš

Results 119 comments of Standa Lukeš

:+1: for all these features. I really love expression trees and it would be nice to have more support from the language. It could also be nice to have something...

@olmobrutall It's quite often good idea to steal F# features :). I wanted it to use in [DotVVM](https://github.com/riganti/dotvvm) framework to translate simple functions to javascript. It would be quite similar...

Actually, `.dotvvm` could be a better choice, in the style of `.well-known`. Underscore tends to be valid characters in names more often than the dot.

I don't think there is anything we can do without further information, I'm closing the issue. Feel free to create a new one if you still face the problem.

The main remaining bottleneck now is the RWLock wrapping the LifetimeManager, in a profile 88% time is spent entering and exiting the lock. It's not that trivial to remove it,...

Great! Moving the the lifetime timer higher up is definitely good news. At least for me it doesn't really matter if it's global or per-template metric. I don't have thousands...

This is problematic to "fix", the actual expected behavior IMHO is exception "Cannot translate Resources.SomeLocalizedMessage to JavaScript". The problem is that we currently translate static getters as "constants", which is...

> Could we add culture to the cache key in case the binding uses properties on resources? That would probably require recompiling the entire view for each culture, after view...

I fixed the error message, otherwise the behavior looks "fine" to me. 1. Normally, it should definitely error out, since the `Click` command has type `Func` - i.e. it requires...