Tomas Holas
Tomas Holas
koa-mongo-rest uses [co-body](https://github.com/cojs/co-body), so maybe you ran into some conflict there, if bodyParsers modified request in a way that makes it unreadable to co-body.
For myself, I don't care if body is parsed in koa-mongo-rest by co-body or koabodyparser. You can give it a try. But it has to work even if my application...
I tried koa-body-parser as well, and it does not work for me for some reason. However, it's extremely simple module. I ended up writing my own body parsing middleware based...
Fixed in 0.3.4, please use my fork: https://github.com/tomaash/koa-body-parser
I know that it's performance hit. Would it be enough for you to just take a look here? https://melite2-dev.herokuapp.com/#/people/me/profile/documents/Application try to sort a column, and then change a section. The...
~~Now I narrowed it down. This problem does NOT happen when `sortType: 'single'`.~~ False alarm, still broken even with 'single'.
Less pricey fix would be to allow somehow to tell the data-table directive to resort itself. It could listen to `$broadcast` or something.. actually isn't there some way to force...
Hmm, seems that I've broken the tests. I'll attend to this soon.
Directors table ✓ should render directors ✓ should render action buttons Login ✓ should have input fields LoginStore successul login ✓ should store user login action ✓ should dispatch user...
However, version 0.1.9 in Webstorm 7 works for me in Jade again.