Travis Horn

Results 7 comments of Travis Horn

I have seen faker.js but I haven't taken a dive into the code, yet. I'll take a look at it. Thanks for the heads up. If you'd like to add...

I had thought about this, and I'd love to internationalize the project. Since I only have experience with the US, there is a lot of hard-coded things like States and...

Sounds good. Eventually, I'd like to be able to pass an options object to generate() with options like phone number format, etc.

Ideally, I'd like `generate(config, num)`, and if the first argument is a number instead of an object, it just acts as `generate(num)`.

One major issue is that the API for uifaces does not allow you to specify sex. So a male could get a female picture or vice-versa.

There is no way to do that currently. But this is an awesome idea for a new feature.

It should scan the first few lines of your data to auto-detect the delimiter. But allowing custom parsing configuration is a great feature idea. One strategy for implementing this would...