Bobby
Bobby
I know the author of FakerJS has taken down the code. I have actually forked the repo and made some changes (right now, only name changes) and in future, I...
## This PR adds the functionality of generating random zodiac signs and birthdate ### New Functions: - ~~`faker.date.birthdate()`~~ (Moved to a separate PR) - `faker.zodiac.sign()` ### Usage: #### `faker.date.birthdate()`: ```js...
### Clear and concise description of the problem `faker.random.[...]` already generates random number, bigInt, float, hexadecimal, etc. But it lacks octal and binary numbers. This can be added. ### Suggested...
### Clear and concise description of the problem We can add random zodiac signs. We can also use the `date.past()` function to generate a random birthday. We can also get...
This PR is going to remain here until all new features are merged. Any new PRs will be merged to this (`v6.8.8`) branch. For changelog, see [commits](https://github.com/luciferreeves/blaver/pull/9/commits). Final changelog will...
Right now, we are generating documentation and readme dynamically using the scripts: - `npm run readme` - `npm run jsdoc` Now that we have a domain of our own, we...
Edify is a Python library that allows you to easily create regular expressions for matching text in a programmatically-friendly way using is `RegexBuilder` class. It also allows you to verify...