Ashirbad
Ashirbad
can I work on this issue, if its still there
@HarshCasper can I work on this issue?
Any update on this issue, I'm facing the same since 3 months now!
I think this is due to faker, `faker.datatype.datetime({ max: new Date().getTime() })` is [depcrecated](https://fakerjs.dev/api/datatype.html#datetime) and throwing warning for each data item, this seems the reason for the slowdown. I tried...
@tannerlinsley @KevinVandy can I make a PR for the same, replacing `faker.datatype.datetime` with `faker.date.anytime` ?
I want to work on this issue, how should i proceed?
since its a small issue i change the code in the browser, should I need to test the code first by npm-run-test
@HarshKhandeparkar please review my PR :)
@HarshKhandeparkar I worked on your suggestion and made changes, please review it
please review my PR