java-faker icon indicating copy to clipboard operation
java-faker copied to clipboard

Brings the popular ruby faker gem to Java

Results 143 java-faker issues
Sort by recently updated
recently updated
newest added

Including classes, weapons, vehicles, maps and factions. #711

Hello How a friendly suggestion, consider the scenario about systems working with person forms and health systems, where blood type is need it. I would expand the request to include...

feature request

**Is your feature request related to a problem? Please describe.** There are many weapons in modern society.And we want to build a weapon librray. Please consider adding its feature. **Describe...

**Is your feature request related to a problem? Please describe.** for nullable fields, it's inconvenient to get a randomly null value. - Java: `ThreadLocalRandom.current().nextBoolean() ? null : foo` - Kotlin:...

**Describe the bug** when i create 100 million object cost about 10 hour **To Reproduce** for (int i = 0; i < 100000000; i++) { People person = new People();...

**Is your feature request related to a problem? Please describe.** I think the class OscarMovie needs a new .yml file. The previous movie.yml is too simple. **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** I find no movie class in this project. Maybe add one? The class can be OscarMovies. **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** BattleField1 is the best bf game ever! Please consider adding its feature. **Describe the solution you'd like** Weapons, classes, maps,...

**Describe the bug** A clear and concise description of what the bug is. With default locale, faker().address().countyByZipCode(faker.address().zipCode()) returns java.lang.RuntimeException: address.county_by_postcode.39347 resulted in null expression **To Reproduce** Code to reproduce **Expected...

snakeyaml in v1.30 doesn't support an android classifier.