faker
Here are 608 public repositories matching this topic...
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Feb 8, 2022 - PHP
-
Updated
Nov 25, 2019 - Python
-
Updated
Mar 15, 2022 - Go
Hi,
Could you add a sentence generator?When generating some articles ,title and content are needed,content can be generated by randomdata.Paragraph(),but I don't find which one should be used for generating title.
For example:
// Print a sentence
fmt.Println(randomdata.Sentence())
We want to add Elixir.Faker.Pokemon.Ru.location/0.
If this is the first time you contributing check out this guide.
Comment below if you want to start working on the issue and never be afraid to ask questions.
If you contribute module that does not exist yet [here is a good example PR](elixirs/faker#288
-
Updated
Feb 28, 2022 - Java
-
Updated
Apr 8, 2022 - TypeScript
-
Updated
Mar 30, 2022 - TypeScript
- Add healthcheck to Docker image
-
Updated
Apr 6, 2022 - Kotlin
-
Updated
Apr 9, 2022 - JavaScript
Add identify command to find possible columns to anonimize.
It should;
- Loop over all tables in a given database
- Loop over all columns in every table
- Check if the column is (partly?) named like a formatter that is available (
firstname,email, etc) - For every identified column, ask whether a yaml entry should be created in a custom yaml file
- Get the list o
-
Updated
Oct 24, 2021 - TypeScript
-
Updated
Dec 14, 2021 - Shell
-
Updated
Mar 20, 2022 - C#
Improve this page
Add a description, image, and links to the faker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the faker topic, visit your repo's landing page and select "manage topics."
In most our tests we have a section for seeded based tests that tests the deterministic of a module.
Somehow we currently don't have that for the random module. So let's add them.
Contributor can orientate on other test files.