-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Pictures faker #254
Add Pictures faker #254
Conversation
bbf4605
to
e62dcb4
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd bundle them
faker/pictures/src/main/kotlin/io/github/serpro69/kfaker/pictures/provider/UiFaces.kt
Outdated
Show resolved
Hide resolved
Yeah, I'm leaning towards that also 👍 As a user, I'd rather not have network calls for such functionality. |
Very simple implementation for #251 . Obviously does not support multiplatform as-is, but should be simple enough to implement each target once faker itself supports multiplatform.
Still not sure if it's better to fetch data from a remote location, or have all the pictures as part of an artifact. Both have their pros and cons of course... Also, how to test this in a good way?