Replies: 2 comments
-
Now, while |
Beta Was this translation helpful? Give feedback.
0 replies
-
@CHE1RON Hmm I hear you but this sound like a really complex thing to resolve. Not sure yet how we could make something like this work. Something to think about. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I was wondering if there was an easy way to hook into the generation of sample data when using the
fakerjs
plugin. For example,a) some objects being created have a
color
prop which is astring
but I would like to manipulate it for all created objects to have a specific hex value.b) instead of
string
being a single letter, sometimes it should be names (eg by usingfaker.person.fullName
) to bring the generated data closer to actual user data.How do you deal with cases like these?
Beta Was this translation helpful? Give feedback.
All reactions