faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
### Clear and concise description of the problem Arrays currently get autoformatted by prettier, based on the length they take up on the line. This can lead to a one-liner...
This PR will introduce a test that checks every `LocaleDefinition` for duplicated entries.
I have been debugging my jest tests all day because they were failing due to timeouts, and sometimes passing but it took like 200 seconds sometimes to run few simple...
### Clear and concise description of the problem When using the package, even if you only ever needed 1 specific function you have to import the entire thing into your...
This list contains all `TODO`s as of c5ac124ecafafc89bdd31a5870f325d671c7e9cf. | Done | Issue/PR | File | Reporter | Description | | - | - | - | - | --- |...
This is an optimization separated from #1052 Instead of loading all locales while bundling, we can just read their filenames and so it don't transpile all the typescript content in...
### Replace https://github.com/conventional-changelog/standard-version with https://github.com/changesets/changesets `standard-version` is deprecated and not maintained anymore: see https://www.npmjs.com/package/standard-version The author suggests to use https://github.com/googleapis/release-please We could look into that, but I would suggest to...
### Clear and concise description of the problem The passwords generated by internet.password() are not really secure. ### Suggested solution It would be nice if there would be various generation...
### Clear and concise description of the problem There is an increase in the number of developers in web3 and a lot of DApps are being built and deployed every...
Locales should be exported otherwise the only way to have localeFallback is to use the default exported Faker instance. Example: ```js const en = require('@fakerjs/faker/locale/en'); const pt_BR = require('@fakerjs/faker/locale/pt_BR'); const...