Erik Pragt

Results 241 comments of Erik Pragt

The heck :) that's weird indeed. You'd think by now most of the crazy parts are gone, but seems there's still some hidden gems in the code!

Also, what do you mean with Faker A and Faker B? Are you talking about Faker, or about a data provider like Address or Name?

Wouldn't it make sense to make your own config class then? FakerConfig, and using that config you create your provider? Then you can pass around that config to each of...

@jpeffer is this still an issue? If not, I'll close the issue.

How can the Faker know the seed? It's (potentially) instantiated with a Random object, which doesn't expose the seed. So, if you'd do: `val faker = Faker(Random(1234))`, there's no way...

You don't need to provide a random, you can also instantiate a Faker without one, but that doesn't address your problem I guess. Send us a PR or some code...

@jpeffer I'm not sure keen on breaking API changes, however, if this is a change which works for you, and nobody else is using the faker with Random API, then...

Hi @jpeffer , I believe some of the issues mentioned here have been addressed, but I think to keep the conversation focused, it's probably better to open a new issue...

Hi @panilya , I found this page: https://docs.microsoft.com/en-us/microsoft-365/compliance/sit-defn-greece-passport-number?view=o365-worldwide I just added quite a few passport number to the code based on this.