Erik Pragt

Results 241 comments of Erik Pragt

@snuyanzin My apologies, maybe I wasn't clear. What I meant was is that I'm not really a big fan of `Faker.()`. How would a user know which providers there are...

@eliasnogueira I prefer neither option, and I def don't see it as different projects. It adds the overhead of having multiple projects be on different branches, while having to make...

@snuyanzin When I'm typing: `Faker.of(....`, I'm just not sure if that would give me easy code completion besides looking at all the implementers of the Fake interface. I think the...

@eliasnogueira I told you a few times before : create your own Faker, expose the methods of the Datafaker class you need and delegate to this version of the faker.

``` class EliasFaker { private Faker faker = new Faker(); public Address address() { return faker.address(); } public DateAndTime date() { return faker.dateAndTime(); } } var betterFaker = new EliasFaker();...

Hi all, I'm a developer of Bikeradar (https://developer.bikeradar.io), and I get the Bird bikes, including the ids back. You can use https://api.bikeradar.io/bikes?lat=38.923642&lng=-77.029976&providers=BRD&maxResults=50 to get the relevant bikes bike, including the...

@knaufk don't know, not sure what you're doing here. Can you reproduce this without flink? Then we can more easily fix it

@knaufk which version of datafaker is this? Also, could you try 1.3.0-SNAPSHOT if you're running an earlier version?

@tsreaper Is this still an issue or can this be closed?

This is probably fixed in Datafaker.net, could you give that a shot?