Gabriel Théron

Results 19 comments of Gabriel Théron

Fixes #220 (Sequelize 3)

@tomasgvivo I think the project is unmaintained now. You can try this maintained fork to see if it fits your needs: https://github.com/tommybananas/finale Alternatively, if all you need is this fix,...

I stumbled accross the same problem. It seems the whole search block is broken with Sequelize 4 (I'm on `4.13.4`). I've tracked the bug down to these lines: https://github.com/dchester/epilogue/blob/d46def3dfc7b9dd7b25303b124bb337499cc9f1f/lib/Controllers/list.js#L102-L105 It...

Would I just make a new `util` file in `lib/` then? With only that function? I'm afraid the iteration won't work as expected, because of the nature of symbols. I'll...

I updated the PR. I replaced every call to `Object.keys()` with a call to `lib/util getKeys()`, which takes symbols into account. Tell me if I should roll that back and...

I updated the PR with the use of Reflect

Okay, so we now have 2 PRs: - The original fix is now here : #224 - A new version with symbols worked on by @michailpanagiotis, with a dependency bump...

**This PR will now have a dependency bump for Sequelize 4** I reopened the previous PR without the dependency bump : #224

Tests are failing even with the dependency bump. @michailpanagiotis it'll take more work to make epilogue compatible with Sequelize 4