faker icon indicating copy to clipboard operation
faker copied to clipboard

Generate massive amounts of fake data in the browser and node.js

Results 367 faker issues
Sort by recently updated
recently updated
newest added

### 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...

s: needs decision

This PR will introduce a test that checks every `LocaleDefinition` for duplicated entries.

c: feature
c: test

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...

c: test
s: awaiting more info

### 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...

c: feature
p: 1-normal
s: accepted

This list contains all `TODO`s as of c5ac124ecafafc89bdd31a5870f325d671c7e9cf. | Done | Issue/PR | File | Reporter | Description | | - | - | - | - | --- |...

help wanted
c: chore
p: 1-normal

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...

c: chore
p: 1-normal

### 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...

p: 1-normal
c: infra

### 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...

c: feature
p: 1-normal
s: accepted
m: internet

### 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...

c: feature
s: awaiting more info

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...

c: feature
s: on hold
p: 1-normal