Pedro Augusto de Paula Barbosa

Results 351 comments of Pedro Augusto de Paula Barbosa

Hello, thanks for the heads up, sorry for taking so long to reply. This got lost among all my stuff, sorry. > there’s never a non-experimental reason to call .sync()...

@glhrmv Thanks for the input; I am a bit confused though. Do you mean that `queryInterface.createTable` didn't put the unique constraint in your table? And this is why you had...

@glhrmv So, summarizing, you are basically reporting a bug with `createTable`, which does not add the unique constraint, am I correct? Since it does not add it, you had to...

> I would consider the createTable issue a second bug. The primary bug is that sequelize model treats “unique: true” as a schema instruction rather than an ORM constraint. Precisely...

Nice idea, I would like this rule. I think it makes sense to deprecate `no-hex-escapes`. I don't like the `better-string` name though, I think it's too vague. What about `better-string-escapes`?

Hello @AmazingCaddy, what do you mean by a plan? Would you like to do a PR for this feature?

@AmazingCaddy Ah, I see. Well, currently there is no specific plan from the maintainers to tackle this specific issue. However, as with any other issue, we welcome anyone to try...

@nash90 Does the above workaround work for you?

"Fun" fact: `!(a > b)` is not strictly equal to `(a undefined)); // true console.log(null

> Sometimes that way is easier to read I agree; some times the non-[DeMorgan](https://en.wikipedia.org/wiki/De_Morgan%27s_laws) way is more readable