Jonathan Schweder
Jonathan Schweder
I created a new Json generator that can both generate json strings and json objects formatted as `map[string]interface{}`. The first version with this feature is [v1.19.0](https://github.com/jaswdr/faker/releases/tag/v1.19.0). Since this was implemented...
@bigfoot31 this issue is quite old now and we have [tests](https://github.com/jaswdr/faker/blob/master/struct_test.go#L62) to validate nested structures, would you mind check if this error happens with the newest version? If still happens,...
I'm taking a look on this
Hello @lil5, unfortunately it is not possible to use Generics because we still support versions
@dhfherna thank you for the PR, although as @LordNoteworthy unfortunately there are many problems that arise when using external services, to start, the machine running the code could not have...
Thank you for the contribution. There is one failed check from [DeepSource](https://deepsource.io/gh/jaswdr/faker/run/0f3d17e4-0e3e-4eb1-b17f-479a38cc6ef5/go/GSC-G404?listindex=0) related with the weak random number and the math/rand package. Would you mind replacing the math/rand with crypto/rand...
@dhfherna sure, go ahead
Ack, I'm working to fix it.
@sean- can you confirm which version of Go are you using? I'm not able to reproduce it with 1.22.0.