Fauzan
Fauzan
But please note that > mac always using the LF one This is not correct, Mac OS has always used the CR, but the Mac OSX using the LF one.
> Nowadays when people say Mac OS, they mean macOS, which uses LF. No one uses classic Mac OS, which did use CR, it's been dead since 2001 Haha thanks...
> Hmm, that's also not good behaviour. Maybe we can do something with our pre-commit hook that converts all CRLF to LF? It is something sounds better, I would happy...
> I think the conclusion is that the current behaviour works fine and changing it might require more work than we really have benefits from it. @fzn0x would you agree...
Assigned, PR welcome :)
> Still having this issue, using @LasseRaatz tricks did the job. @janmeier any work planned on the matter ? Sadly, @janmeier is not active on maintain anymore, you should tag...
The reason is because you already update your values, and your database is already updated. You can try this (lets assume the `payload.count` here is the data you want to...
> > The reason is because you already update your values, and your database is already updated. > > You can try this (lets assume the `payload.count` here is the...
> shouldn't it would be more make sense, if those line move before updating data to database? > > something like, > > ``` > this._previousDataValues = this.dataValues; > >...
> > **Is your feature request related to a problem? Please describe.** Running workflows repeatly with Infinite loop will cause memory leaks, it's probably caused by large arrays, I believe...