Results 13 comments of hashchange

@rek @tony Another avenue which doesn't break existing code is to keep the name `select` and overload it. That's what I did in my own fork of Backbone.Picky - check...

See #4. You can use `selectNone` until the fix is merged.

I didn't get hold of you on Twitter either, so eventually I have turned it into a separate project, here: [Backbone.Select](https://github.com/hashchange/backbone.select), also available on Bower as (surprise) `backbone.select`.

@tony So far I haven't had any pull requests, so I don't think I'll set up travis just yet. Currently I don't have new features in the pipeline for Backbone.Select...

I have wondered a while ago if there was a use case for a "before:select" event, and couldn't think of anything which would require it. Now here it is. As...

I have worked on this a bit more and added full support for model sharing among collections. The edge cases should all be covered (I hope), as is the potential...

When this happens in WSL2, the most likely cause seems to be the filesystem performance in mounted directories. In `/mnt`, the Windows filesystem is accessed from within a Linux VM,...

That's not yet part of the plugin because technically, that is the easiest part about scrolling and not something you'd necessarily need a plugin for. I have thought about it,...

Good point, thank you! I had already thought about a few edge cases but this one hadn't been on my list. Would be useful indeed. The challenge will be how...

Thanks a lot for your offer! I probably won't be able to work on the plugin until next year, to be honest (too much other stuff on my plate). Feel...