Martin Gustafsson

Results 7 comments of Martin Gustafsson

> Hi @martingust - I'm afraid support for the ConnectionMultiplexer isn't there. .NET is calling the `GetDatabase()` method itself - your `RedisL1Database` instance isn't used. > > To support it...

@vegarringdal Not yet. It is on the list of improvements. Right now working on getting array mutations right.

Hope you don't mind I changed the title, want to keep this issue for future reference.

@vegarringdal @EisenbergEffect This might work for @vegarringdal last comment https://github.com/aurelia/ui-virtualization/pull/71#issuecomment-230342003

@jacobg This is something that we would like to support, not sure how it can be done just yet. The tricky part is to handle that without decreasing the performance...

@jods4 I like option 2, for list with just slight different heights I think this is a very valuable ability and also with the option to turn off the scrollbar...

@cehoffman The `virtual-repeat` correctly uses the same plugin approach as the standard `repeat` where different strategiest for iterating different collections can be plugged in. However the stratagies are quite different...