Alexander Puchkov

Results 13 comments of Alexander Puchkov

In my previous jsbin I didn't actually used dates, but strings formatted like dates. If I put real dates, then ordering breaks http://jsbin.com/qayili/1/edit

Cool, also for some reason Date formatting doesn't work for $key: ``` {{ rate.$key | date:'yyyy-MM-dd' }} ```

What I mean is this page http://www.decorplanit.com/plugin/#setAnchor doesn't work for me. See screencast I recordered to make it more clear http://screencast.com/t/ilRE61FzodO

I just also faced a need to send event to iFrame

Got the same problem ``` Installing “[email protected]” failed. > [email protected] install C:\Users\apuchkov\AppData\Local\Temp\apm-install-dir-1151122-14012-1y4fay\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas > node-gyp rebuild C:\Users\apuchkov\AppData\Local\Temp\apm-install-dir-1151122-14012-1y4fay\node_modules\git-blame\node_modules\pathwatcher\node_modules\runas>if not defined npm_config_node_gyp (node "C:\Users\apuchkov\AppData\Local\atom\app-1.3.2\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node rebuild ) gypnpm ERR! Windows_NT...

I also got excited by reading a blog post and seeing more than 100 stars for this repo. Unfortunately scrolling up doesn't work well in any of demos.

It already supports sorting by numbers. See example here http://apuchkov.com/knockout-orderable/examples/basic.html Can you tell which specific use case you are trying to solve with this? Thanks

Latest version sorts numbers correctly, see here http://jsfiddle.net/bqJZC/

I see you store numbers as stings in your ViewModel, this is why it works differently. Will review your change and merge them in a bit later. Thanks