Erik Pragt

Results 241 comments of Erik Pragt

I think that's my bad, I probably released it locally from a Java 11 machine instead of using the github action. Thanks for reporting it, I'll address it soon.

Can you please try the 1.6.0-SNAPSHOT version, and let me know if that one is 1.8 compatible? (It should be)

Normally I release the versions through github actions, but for 1.5 I released it from my local machine using the maven release plugin, but I think I used 11 by...

It should be fixed now, please use version 1.6.0, released today.

Hi @eliasnogueira , thanks for this great writeup. From a high level view, I agree with you, and I also think we should break up the data and the modules....

Hi @eliasnogueira ! No, it wouldn't be just a BOM, because of the current Faker API. It has hardcoded methods to the fakers, and I'd prefer not to break the...

@snuyanzin @eliasnogueira It doesn't work 100% yet, tests are failing, etc, but I wanted to give a bit of insights in terms of code what I had in mind. This...

Not sure what you mean. Isn't that how the new code is organized, except that it has a compatibility layer on top of it?

@snuyanzin the thing I like about the current API is that the IDE helps a lot. If it becomes dynamic, by providing a class a "getInstance", that clarity is a...

@eliasnogueira can you share your code branch, or if it's not on a branch, can you put it on one and push it? I'd love to see your work, I...