faker icon indicating copy to clipboard operation
faker copied to clipboard

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

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

This PR changes the docs by showing all api signatures of a method instead of only the last one. Single Signature https://deploy-preview-3030.fakerjs.dev/api/color.html#csssupportedfunction ![grafik](https://github.com/user-attachments/assets/30c292ab-955c-408f-9cee-1fbfdfdf0580) Multi Signature https://deploy-preview-3030.fakerjs.dev/api/color.html#cmyk No Args ![grafik](https://github.com/user-attachments/assets/bd3f822c-2d01-42d3-ba2a-f9415f36aecb) With...

c: docs
p: 1-normal
s: needs decision

WIP Preview: - https://deploy-preview-3056.fakerjs.dev/about/announcements/2024-08-31.html - https://deploy-preview-3056.fakerjs.dev/guide/upgrading.html

c: docs
p: 1-normal

Improves the ipv4 generation options by adding parameters to configure the ip range to generate. - `cidrBlock`: Declares the explicit cidr range for the ip to generate in e.g. `192.168.42.0/24`....

c: feature
p: 1-normal
s: needs decision
m: internet

Issue #3020: Correction of pt_PT Information **Changes Made:** Corrected country, region names an person info in Portuguese (pt_PT) in the data file. **Details of Changes:** - Updated the list of...

p: 1-normal
c: locale
m: location
m: person

This PR switched to `eslint.config.ts` so we can benefit from TypeScript checks and don't need to rely anymore on a `// @ts-check` comment at the top of the file Also...

p: 1-normal
c: infra

`userName` should be `username` – consider deprecating the former. https://english.stackexchange.com/questions/43436/username-user-name-or-user-name

p: 1-normal
s: needs decision
c: refactor
m: internet
deprecation

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rimraf](https://togithub.com/isaacs/rimraf) | [`5.0.9` -> `6.0.1`](https://renovatebot.com/diffs/npm/rimraf/5.0.9/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

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

### Clear and concise description of the problem As a developer I want to be able to directly provide a seed when creating a new faker instance. Currently I have...

c: feature
p: 1-normal
s: waiting for user interest

### Clear and concise description of the problem I wanted to seed some data to the database and one of the tables needs image type and an image so while...

c: feature
has workaround
p: 1-normal
m: helpers
s: waiting for user interest

Fixes #2023 - #2023 Add jsdocs to the localized faker instances and locale data.

c: docs
p: 1-normal
c: refactor
c: infra