Skip to content
#

faker

Here are 370 public repositories matching this topic...

dplaton
dplaton commented Mar 20, 2019

Steps to reproduce:

  1. Create a new React app using create-react-app, i.e. npm create react-app casual-test
  2. Run yarn add casual
  3. Update the default App.js component like this
  4. Run yarn start

The browser opens automatically and shows an error page saying TypeError: exists is not a function, pointing to [thi

IvanGoncharov
IvanGoncharov commented Sep 14, 2017

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:
peterjaap
peterjaap commented Sep 25, 2018

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

Improve this page

Add a description, image, and links to the faker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the faker topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.