-
I've spotted an issue while generating passwords with following code:
`var faker = new Faker();
var password = faker.internet().password(8, 100, true, true, true); //(minLength, max Length, incl…
-
**_Tips before filing an issue_**
- Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
- Join the mailing list to engage in conversations and get faster support at dev-subscri…
-
**Describe the bug**
I'm using javafaker in an application and updated recently to Spring Boot 2.7.0. After upgrading I ran in to the following build error:
```
org.gradle.internal.resolve.Artifa…
-
**Describe the bug**
There is a quote character missing in one of the yml variables in es.yml.
**To Reproduce**
Go to java-faker/src/main/resources and take a look to the value of the faker.subsc…
-
CVE-2017-18640 - High Severity Vulnerability
Vulnerable Library - snakeyaml-1.23.jar
YAML 1.1 parser and emitter for Java
Library home page: http://www.snakeyaml.org
Path to dependency file:…
-
**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();
per…
-
It would be great for easy searching!
Thanks: Bela
-
The current Faker.with(Context) is broken if used by multiple threads. The mFaker needs to be declared as volatile, or someone may get an partially initialized instance of it. Also if anyone accesse…
-
Allow specification of Timestamp Precision for generated `sightings`, `observered_data`, etc. where assertion on the actual time of the event are made.
-
I'm not sure if this is intentional or not, so I'm not sure if this should be documented or fixed. I believe this function creates a bias to smaller numbers, because it has a 1/9 chance to pick length…