Shinigami
Shinigami
As in v6 we currently marked things like random.arrayElement to be moved to helpers.arrayElement, I would suggest we will make the renaming / moval of helpers in v7->v8 Additionally we...
This got stale
The way going to #1287 solves this much better, so this PR would get stale anyways
> I also updated the access to any definition.internet with an optional chaining operator since my IDE was complaining that the property is potentially undefined. @xDivisionByZerox I would prefer that...
I think https://github.com/typescript-eslint/typescript-eslint has something like that. Definitely not real releases on commits, but something like commit / nightly builds would be cool. Currently we are awaiting #254 and #257,...
After yesterdays incident, I would love to have a publish on "create git tag"-event That would let me sleep for two more hours...
Could `faker.address.nearbyGPSCoordinate([31, 107], 1000, true)` help you? _start coordinates are just picked via google maps absolutely inaccurately_ :)
Try `@faker-js/faker/locale/en` and test again
address will be renamed to location (#1344) 🤔 now the question: is timezone a good fit for location?
You need to change the bundling process somehow in https://github.com/faker-js/faker/blob/56424709b7ccd7aa7fe6130c78a770a0a901d7b5/scripts/bundle.ts#L43-L48 Please also add tests to check each exported locale definition with an `it.each`