faker icon indicating copy to clipboard operation
faker copied to clipboard

Faker is a pure Elixir library for generating fake data.

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

I've added: - [ ] USAGE.md docs if applicable - [ ] CHANGELOG.md

I've added: - [ ] USAGE.md docs if applicable - [x] CHANGELOG.md Adds a function to `Faker` module to generate random boolean. A really small one :sweat_smile:

I've added: Returns a random location inside a square of 2x specified distance of base location in distance from base location using the https://en.wikipedia.org/wiki/Haversine_formula/ 111km is around 1deg on the...

I've added: - [ ] USAGE.md docs if applicable - [ ] CHANGELOG.md

![It's done](https://media4.giphy.com/media/3oKIPf3C7HqqYBVcCk/giphy.gif) High Elixir Pals! I'm learning your gee-wiz-neato language and thought I'd port over my ruby-faker generator contribution for all things Tolkien. Should be a pretty exhaustive amalgamation of...

This change introduces `Faker.String.hexadecimal/0` and `Faker.String.hexadecimal/1` for a generation of random hexadecimal strings of a given length. I've added: ~~- [ ] USAGE.md docs if applicable~~ - [x] CHANGELOG.md

I've added: - [x] USAGE.md docs if applicable - [x] CHANGELOG.md In this PR ============= Adds dwelling types and room types under a Dwelling module. Useful when working on real...

**Purpose** To add realistic vehicle trims for existing vehicle makes and models. It should be noted that trims are actually determined by make, model, and year, but modeling that relationship...

I've added: added Faker.Avatar.image_url_with_opts() - this allows you to control more of the options related to generating a robohash.org url. It started because I needed to be able to turn...

I've added: - [x] USAGE.md docs if applicable - [x] CHANGELOG.md --- Hi! Thanks for maintaining Faker package! I'm @ymtszw from Tokyo, Japan. This is (probably) the first attempt to...