Iman Tumorang

Results 56 comments of Iman Tumorang

Is it possible to use a custom generator faker for that? ref https://github.com/bxcodec/faker/blob/72e522332c49399d4c52a9ad8086244df95f38a6/faker.go#L405-L456

Hi @jayeeliu, thanks for submitting this PR, by the way, what's the use-case for this PR? Any particular reasons?

Hi @jayeeliu, we're working on v4 here #169. The biggest change is about `options`. I think your proposal here is very well suited to the new approach. Can you try...

Hmmm, do you have any use case scenario for this?

We haven't try to test this in a concurrent way. My suggestion, I think you can add mutex on inside your goroutine. ``` mutex.Lock() for j := 0; j <...

I'm afraid this feature is a bit impossible, as I stated here: https://github.com/bxcodec/faker#limitation I will grateful if someone can give solutions for this issue.

You can search that keyword in Github, to see where it used. - https://github.com/bxcodec/faker/blob/627121e0bd014927f980e231ba34eebc41d9cf18/uuid.go#L10-L21 - https://github.com/bxcodec/faker/blob/627121e0bd014927f980e231ba34eebc41d9cf18/faker.go#L205-L206 This is legacy codes, I think it's since 2017 if you have a better...

I think It's still do-able. But, if it's possible I prefer to make it as a custom faker function that you can register by your self to faker. I still...

Hi @soranoba Can you re-fixing this again, I just fixing some linter issue in #167

Thanks @soranoba merged