-
For tests, it is often convenient to manage randomness. You set a constant and the generator constantly produces the same random result. Do you have such an opportunity?
![image](https://user-images.…
-
Debugging non-deterministic checks is becoming hard, and we sometimes want to replicate a specific case generation. I suggest the following:
1. Allow the user to provide the initial seed for the in…
-
## The devDependency [chance](https://github.com/chancejs/chancejs) was updated from `1.1.3` to `1.1.4`.
🚨 [View failing branch](https://github.com/VikramTiwari/geo-from-ip/compare/master...VikramTi…
-
If you are reporting a bug, please include the following:
How to set Json-schema-faker default language as english
1. the JSON Schema content that fails - preferably using http://json-schema-fak…
-
```javascript
cheerio("z&#").text()
// => "zz&#
```
Notice that two z's end up in the return value of text.
This probably seems like a weird use case but this came about because we have a bun…
-
I have been going through AdonisJS documentation for seed and factories https://adonisjs.com/docs/4.0/seeds-and-factories and I am trying to use more faker methods, but there is no pointer to the fake…
-
## The dependency [chance](https://github.com/chancejs/chancejs) was updated from `1.0.16` to `1.0.17`.
🚨 [View failing branch](https://github.com/danibram/mocker-data-generator/compare/master...dan…
-
I couldn't find any info/doc on how to get parameters for faker working.
```js
gender: {
type: "string",
faker: "random.arrayElement",
array: ['male', 'female']
},
```
=> only gives one …
-
person has age
age should be spread amount amount with the age curve
https://worldpopulationreview.com/countries/poland-population/#undefined
-
non-ascii (utf-8) symbols, in some cases, can be reason of errors in page rendering or/and in business logic. So each app should be ready to handle non-ascii characters.