Results 138 comments of Blake Miner

@WikiRik - Are you just waiting for me to implement a test for this? Is this fix acceptable otherwise?

Listen, I will write the test, but I want to express some frustration here. I already did the SSCCE thingy, and this PR is for 2 lines of code...

> I have tested several solutions to this problems and I think that I will change this behavior in the next Riot.js major release. > The cleanest solution is to...

I think I follow now. I was confused because the example used a variable `computed` but you call it `role` in the exports. Just a typo I think. My understanding...

> OMG, I have no idea how I will migrate my codebase but I LOVE IT I agree. This is a welcomed change. I have been running Riot v10 beta1...

Culprit commit is likely 5a257bc93c7e760f6b0158f55b3cb48878698450. See PR #14804.

I'll try to get the SSCCE out at some point soon. The problem happens when using the `order` as a multi-element array as [documented here](https://sequelize.org/docs/v6/core-concepts/model-querying-basics/#ordering). For example, the following query...

SSCCE is here: https://github.com/sequelize/sequelize-sscce/pull/243 I hope I did it correctly!

Any thoughts on this? It is preventing me from upgrading to latest sequelize version. Any way I can help?

@sdepold - Could you please take a quick gander at this? I think the bug was created by 5a257bc93c7e760f6b0158f55b3cb48878698450. Can you briefly explain what this change was designed to do?...