Matt Mayer

Results 215 comments of Matt Mayer

There is only one option for K (Krypton) so you could go ahead and add that for 2025

W for Tungsten comes from Wolfram which would be a good name except for the possible confusion with the language/company/scientist We do have 13 years to ponder this though.

Just to clarify, if you're currently using a single locale like this: ```js import { faker } from '@faker-js/faker'; // or with CJS, // const {faker} = require("@faker-js/faker") faker.locale =...

Would it make sense to land this in v9, and in v8 switching locales to a non-en locale still works but add a smaller PR which shows a deprecation message...

> > Would it make sense to land this in v9, and in v8 switching locales to a non-en locale still works but add a smaller PR which shows a...

> Yes or > > ```ts > import { fakerDE } from '@faker-js/faker'; > ``` > > If we use #1735. One thing i don't really like about the `import...

i think the main README and https://fakerjs.dev/guide/usage.html should probably show the most common use-cases for importing only ie 1) Default/English only (ESM and CJS) e.g. `import { faker } from...

I was going to add a section to the migration guide about these changes, but to clarify is it intended that the non-options-object parameters will be deprecated in v8 and...

Ah thank you for the gist! I wasn't sure if I was missing something, I will take a look at the PR too and maybe I can help out improving...