I've tried many different numbers but I can't seem to get all female name.
faker.name.firstName(1),
Seems fine for me. Have you changed your locale by any chance? Some locales will only output genderless names.
Duplicate of https://github.com/Marak/faker.js/issues/677?
Yes, waiting for the chosen one to publish a release 馃槅
NPM says the last publish was 3 years ago, but I see a lot of activity in the repo since then. Has anyone volunteered to implement a CI/CD pipeline for the project? @Marak Is that a possibility and would you be open to a PR?
Info: selection of gender specific names is imho not realized for all locales. The names have to be separated into different files (like e.g. for locale 'ru').
I could do it for german (cause it's my native lang.)
Most helpful comment
NPM says the last publish was 3 years ago, but I see a lot of activity in the repo since then. Has anyone volunteered to implement a CI/CD pipeline for the project? @Marak Is that a possibility and would you be open to a PR?