Shreya Agarwal
Shreya Agarwal
Would the usage look like below? Say, for example, if I want to use `faker.name().fullName()`: ``` {{ faker name firstName }} ``` with each level of nesting in the faker...
The helper name makes sense but I'm curious as to why we want to use internal text keys? The way I was planning to implement this was to use reflection...
Got it - the `resolve` method clears my doubts! Thankyou, will get to work on this :)
I have a PR out with the helper functionality, however, for the seed I was thinking the user could specify the fields they want to use for the seed as...
Is this issue up for grabs?
@bashbunni do you mind reviewing this PR?
@muesli I see you added the bug label to this PR. Silly question, but is it because it solves a bug, or are the changes this PR introduced not working...
@muesli do the changes look good to you? Do we need something else as well here?
@muesli do you mind giving this a look again?
@bashbunni do we still need this bugfix PR?