faker
Here are 367 public repositories matching this topic...
-
Updated
Jun 29, 2020 - Python
Steps to reproduce:
- Create a new React app using
create-react-app, i.e.npm create react-app casual-test - Run
yarn add casual - Update the default
App.jscomponent like this - Run
yarn start
The browser opens automatically and shows an error page saying TypeError: exists is not a function, pointing to [thi
Hello,
https://github.com/nelmio/alice/blob/v3.5.8/doc/advanced-guide.md#references
@user_{alice, bob} => @user_alice or @user_bob
If i:
client_type:
AppBundle\Entity\ClientType:
client_type_{1..10}:
name: '<name()>'
include:
- client_type.yaml
AppBundle\Entity\Client:
client_{1..20}:
name: '<name()>'
client_type: '@cl
-
Updated
Nov 25, 2019 - Python
Reported by @sepehr500 in #25
Currently, if want to fake a string, I do the following
type CourtCase {
jurisdiction: String @examples(values: ["DFT", "FUR"])
}This makes the think that values expects it's value to be an array of whatever the property type is. So it would follow, that if the type was the following,
type CourtCase {
jurisdiction:There are a few examples in the documentation that still use the old version, still need a spare time to do this.
-
Updated
May 4, 2020 - PHP
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
Jun 25, 2020 - Java
-
Updated
Jun 6, 2020 - TypeScript
I have found in the documentation that response_schema.json and request_schema.json are optional.
I have OAS with defined response schema but the response_schema.json is not generated.
Unfortunately, I hav
Maybe in the vignette? An example where one would create a data.frame with missing data.
- Add healthcheck to Docker image
-
Updated
Feb 28, 2019 - Java
-
Updated
Jun 19, 2019 - TypeScript
Description
Faker core has a very cool logo, I think it'd be really cool to have one for faker bot as well.
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
Jun 26, 2020 - Shell
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Dec 20, 2019 - Java
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."
Wanted to find a project to play around with VuePress and figured i'd help improve the documentation for this library since i use it on a regular basis (thanks @Marak)
Anyways, I'm almost done with the full documentation and thought i would share it with the community.
You can access the documentation here: https://fakerjsdocs.netlify.com/
Repo is here: https://github.com/JeffBeltran/fa