Rik Smale
Rik Smale
I think it's good to be able to validate `lat` and `long` separately but that could also be a part of the `isLatLong` validator through options in my opinion.
The idea is that the next release will come out somewhere in the next two weeks
@robmadole is this issue being tracked anywhere else as well or hasn't there been any updates since last year? I assume this line of the [6.0.0-alpha2 changelog](https://fontawesome.com/docs/changelog/) is causing this;...
This issue will not be fixed in sequelize-typescript, but it is fixed in @sequelize/core v7 which has TypeScript as a first class citizen and removes the need for sequelize-typescript. @sequelize/core...
This repo is indeed not maintained, but it might be good to take another look at this once v7 is in beta or released. The current team has not defined...
@ephys ping
@evanrittenhouse could you solve the merge conflicts?
@fzn0x you mentioned you wanted to look into this; @plutownium found this StackOverflow question that might help; https://stackoverflow.com/questions/62897235/how-to-see-stacktrace-cause-of-an-error-in-jest The fix mentioned there was merged in Node 16 (and 18), but...
Putting this to draft until the following two comments have been resolved; - Moving the note for not recommending groupedLimit to the top; https://github.com/sequelize/sequelize/pull/14699/files#r995583279 - Migrating test/unit/model/bulk-create to TypeScript; https://github.com/sequelize/sequelize/pull/14699/files#r995573078
@ephys I've reverted the changes to the test so I think we should be good to merge this now. Could you please check?