holmberd

Results 17 comments of holmberd

Looking into the libraries it seems to stem from the conditional statement `else if` at this line in the [query](https://github.com/sequelize/sequelize/blob/222b13fddae4f00e7973fd3ae491741b68b9b74a/lib/dialects/abstract/query.js#L266). ```javascript if (this.options.raw) { result = results.map(result => { let...

@alexvcasillas true, not much time to do anything worthwhile. Alternatively if there was a way to set custom dimensions on drag to avoid placing a callback in the critical path....

Having a `isDropDisabled` prop would definitely make it easier to handle dragging a selected item in a multi-drag situation. There are also more cases were having conditional drop conditions would...

This might not be your problem, but try setting the alias singular and plural form of your association: `User.belongsToMany(User, { as: { singular: 'follows', plural: 'following; }})` Since Sequelize uses...

Sounds like you are hitting the default timeout (which is 5s), see https://github.com/rt2zz/redux-persist/blob/master/src/persistReducer.js#L24

``` Request URL:https://www.sydjs.com/members Request Method:GET Status Code:503 ```

Thank you for the response. I agree that the spec is somewhat contradictory regarding these rules. My interpretation is as follows: **Rule 1: Invalid recurrence instances must be ignored** >...