Nick Dodd

Results 21 comments of Nick Dodd

Hey @anaparthi-k Apologies for the delayed response. The template capabilities were added via a PR from another developer, so I am not familiar with the implementation. I will take a...

Hey @nailThrasher Have you tried the override capabilities of AutoBogus? You can define an override for a `int` and ensure only positive values are generated. You can read about overrides...

Hey @304NotModified Thanks for your message and apologies for the delayed response. Working on several projects that are taking up 100% of my time at the moment. I think you...

Hey @jeremyhayes Interesting concept. I will see what I can cook up. Nick.

Hey @flakey-bit Under the hood, the auto generate handlers create a new instances of the Bogus `Faker`, which is why the seed is being lost. I will look at hooking...

Hey @flakey-bit I had a further look into this and all seeding is proxied through to the underlying Bogus.Faker instance. If a seed is not used then all the dates...

Hi @flakey-bit Thanks for the update. I can see that switching `AutoFaker` for `Faker` does make the tests pass, which is certainly interesting. It is also good to see that...

Thanks @flakey-bit. @bchavez do you have any input into this. Could we add SystemClock configuration at a FakerHub level so we can isolate and control baseline date generation?

Hey @zejji I have updated the issue you reference in you comment. Currently the `UseSeed` is not hooked up to the underlying `Faker` used by the `AutoFaker` class. I will...

Hey @zejji Following on from the example above from @logiclrd, I have not been able to replicate the issue you describe. The configured seed is proxied through to the underlying...